Package org.eclipse.jetty.websocket.api
Interface SuspendToken
-
- All Known Subinterfaces:
LogicalConnection
- All Known Implementing Classes:
AbstractWebSocketConnection
,WebSocketClientConnection
,WebSocketServerConnection
@Deprecated(since="2021-05-27") public interface SuspendToken
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Connection suspend token
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
resume()
Deprecated.Resume a previously suspended connection.
-