Package org.eclipse.jetty.websocket.api
Interface SuspendToken
-
- All Known Subinterfaces:
LogicalConnection
- All Known Implementing Classes:
AbstractWebSocketConnection,WebSocketClientConnection,WebSocketServerConnection
@Deprecated public interface SuspendTokenDeprecated.This api is not supported anymore. Please do not use it.Connection suspend token
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidresume()Deprecated.Resume a previously suspended connection.
-