Uses of Class
org.eclipse.jetty.websocket.common.CloseInfo
Packages that use CloseInfo
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : I/O Implementation
-
Uses of CloseInfo in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common with parameters of type CloseInfoModifier and TypeMethodDescriptionvoid
WebSocketSession.callApplicationOnClose
(CloseInfo closeInfo) void
Request a local close.private void
Close Primary Entry Point.void
LogicalConnection.remoteClose
(CloseInfo close) Report that the Remote Endpoint CLOSE Frame has been received -
Uses of CloseInfo in org.eclipse.jetty.websocket.common.events
Methods in org.eclipse.jetty.websocket.common.events with parameters of type CloseInfo -
Uses of CloseInfo in org.eclipse.jetty.websocket.common.io
Fields in org.eclipse.jetty.websocket.common.io declared as CloseInfoMethods in org.eclipse.jetty.websocket.common.io with parameters of type CloseInfoModifier and TypeMethodDescriptionvoid
void
AbstractWebSocketConnection.remoteClose
(CloseInfo close) -
Uses of CloseInfo in org.eclipse.jetty.websocket.jsr356.annotations
Methods in org.eclipse.jetty.websocket.jsr356.annotations with parameters of type CloseInfo -
Uses of CloseInfo in org.eclipse.jetty.websocket.jsr356.endpoints
Methods in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type CloseInfo