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 TypeMethodDescriptionvoidWebSocketSession.callApplicationOnClose(CloseInfo closeInfo) voidRequest a local close.private voidClose Primary Entry Point.voidLogicalConnection.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 TypeMethodDescriptionvoidvoidAbstractWebSocketConnection.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