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
-
Method Details
-
handleTimeout
void handleTimeout()Invoked when timeout is reached. Container is supposed to clean all resources related toClientEngine
instance.
-