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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
resume()
Resume a previously suspended connection.
-