Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
-
Packages that use WebSocketSession Package Description org.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.events Jetty WebSocket Common : Event Driver for WebSocket Objectorg.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementationorg.eclipse.jetty.websocket.common.message Jetty WebSocket Common : Message Handlingorg.eclipse.jetty.websocket.common.scopes -
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketSession Modifier and Type Method Description WebSocketSessionSessionFactory. createSession(URI requestURI, EventDriver websocket, LogicalConnection connection)WebSocketSessionWebSocketSessionFactory. createSession(URI requestURI, EventDriver websocket, LogicalConnection connection)WebSocketSessionWebSocketSession. getWebSocketSession()Methods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSession Modifier and Type Method Description voidWebSocketSession.Listener. onClosed(WebSocketSession session)voidWebSocketSession.Listener. onOpened(WebSocketSession session)voidLogicalConnection. setSession(WebSocketSession session)Associate the Active Session with the connection. -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.events
Fields in org.eclipse.jetty.websocket.common.events declared as WebSocketSession Modifier and Type Field Description protected WebSocketSessionAbstractEventDriver. sessionMethods in org.eclipse.jetty.websocket.common.events that return WebSocketSession Modifier and Type Method Description WebSocketSessionAbstractEventDriver. getSession()WebSocketSessionEventDriver. getSession()Methods in org.eclipse.jetty.websocket.common.events with parameters of type WebSocketSession Modifier and Type Method Description voidAbstractEventDriver. openSession(WebSocketSession session)voidEventDriver. openSession(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.io
Methods in org.eclipse.jetty.websocket.common.io with parameters of type WebSocketSession Modifier and Type Method Description voidAbstractWebSocketConnection. setSession(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.message
Constructors in org.eclipse.jetty.websocket.common.message with parameters of type WebSocketSession Constructor Description MessageOutputStream(WebSocketSession session)MessageWriter(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.common.scopes
Methods in org.eclipse.jetty.websocket.common.scopes that return WebSocketSession Modifier and Type Method Description WebSocketSessionWebSocketSessionScope. getWebSocketSession()ActiveWebSocketSessionassociated with this scope.Methods in org.eclipse.jetty.websocket.common.scopes with parameters of type WebSocketSession Modifier and Type Method Description voidDelegatedContainerScope. onSessionClosed(WebSocketSession session)voidSimpleContainerScope. onSessionClosed(WebSocketSession session)voidWebSocketContainerScope. onSessionClosed(WebSocketSession session)A Session has been closedvoidDelegatedContainerScope. onSessionOpened(WebSocketSession session)voidSimpleContainerScope. onSessionOpened(WebSocketSession session)voidWebSocketContainerScope. onSessionOpened(WebSocketSession session)A Session has been opened
-