Package org.glassfish.tyrus.spi
Interface ClientEngine.TimeoutHandler
-
- Enclosing interface:
- ClientEngine
public static interface ClientEngine.TimeoutHandler
Indicates to container that handshake timeout was reached.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleTimeout()
Invoked when timeout is reached.
-
-
-
Method Detail
-
handleTimeout
void handleTimeout()
Invoked when timeout is reached. Container is supposed to clean all resources related toClientEngine
instance.
-
-