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