Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
-
Packages that use WebSocketSession Package Description org.eclipse.jetty.websocket.client Jetty WebSocket Client APIorg.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 org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.jsr356.endpoints org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return types with arguments of type WebSocketSession Modifier and Type Method Description java.util.Set<WebSocketSession>WebSocketClient. getOpenSessions() -
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(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)WebSocketSessionWebSocketSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection)WebSocketSessionWebSocketSession. getWebSocketSession()Methods in org.eclipse.jetty.websocket.common that return types with arguments of type WebSocketSession Modifier and Type Method Description java.util.Set<WebSocketSession>SessionTracker. getSessions()Methods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSession Modifier and Type Method Description voidSessionTracker. onSessionClosed(WebSocketSession session)default voidWebSocketSessionListener. onSessionClosed(WebSocketSession session)voidSessionTracker. onSessionCreated(WebSocketSession session)default voidWebSocketSessionListener. onSessionCreated(WebSocketSession session)default voidWebSocketSessionListener. onSessionOpened(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. -
Uses of WebSocketSession in org.eclipse.jetty.websocket.jsr356
Subclasses of WebSocketSession in org.eclipse.jetty.websocket.jsr356 Modifier and Type Class Description classJsrSessionSession for the JSR.Methods in org.eclipse.jetty.websocket.jsr356 that return WebSocketSession Modifier and Type Method Description WebSocketSessionJsrSessionFactory. createSession(java.net.URI requestURI, EventDriver websocket, LogicalConnection connection) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.jsr356.endpoints
Methods in org.eclipse.jetty.websocket.jsr356.endpoints with parameters of type WebSocketSession Modifier and Type Method Description voidAbstractJsrEventDriver. openSession(WebSocketSession session) -
Uses of WebSocketSession in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return types with arguments of type WebSocketSession Modifier and Type Method Description java.util.Collection<WebSocketSession>WebSocketServerFactory. getOpenSessions()
-