Package org.eclipse.jetty.websocket.api
Interface SuspendToken
- All Known Subinterfaces:
LogicalConnection
- All Known Implementing Classes:
AbstractWebSocketConnection
,WebSocketClientConnection
,WebSocketServerConnection
public interface SuspendToken
Connection suspend token
-
Method Summary
-
Method Details
-
resume
void resume()Resume a previously suspended connection.
-