Uses of Class
org.eclipse.jetty.websocket.common.WebSocketSession
Packages that use WebSocketSession
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
Jetty WebSocket Common : Event Driver for WebSocket Object
Jetty WebSocket Common : I/O Implementation
Jetty WebSocket Common : Message Handling
-
Uses of WebSocketSession in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketSessionModifier and TypeMethodDescriptionSessionFactory.createSession(URI requestURI, EventDriver websocket, LogicalConnection connection) WebSocketSessionFactory.createSession(URI requestURI, EventDriver websocket, LogicalConnection connection) WebSocketSession.getWebSocketSession()Methods in org.eclipse.jetty.websocket.common that return types with arguments of type WebSocketSessionMethods in org.eclipse.jetty.websocket.common with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoidSessionTracker.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 WebSocketSessionMethods in org.eclipse.jetty.websocket.common.events that return WebSocketSessionMethods in org.eclipse.jetty.websocket.common.events with parameters of type WebSocketSessionModifier and TypeMethodDescriptionvoidAbstractEventDriver.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 WebSocketSessionModifier and TypeMethodDescriptionvoidAbstractWebSocketConnection.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 WebSocketSessionModifierConstructorDescriptionMessageOutputStream(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 WebSocketSessionModifier and TypeMethodDescriptionWebSocketSessionScope.getWebSocketSession()ActiveWebSocketSessionassociated with this scope.