Uses of Interface
org.eclipse.jetty.websocket.api.Session
Package
Description
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Session in org.eclipse.jetty.ee10.websocket.server
-
Uses of Session in org.eclipse.jetty.websocket.api
Modifier and TypeMethodDescriptionWebSocketContainer.getOpenSessions()
Get the collection of open Sessions being tracked by this containerModifier and TypeMethodDescriptionvoid
Session.Listener.Abstract.onWebSocketOpen
(Session session) default void
Session.Listener.onWebSocketOpen
(Session session) A WebSocketSession
has opened successfully and is ready to be used.default void
WebSocketSessionListener.onWebSocketSessionClosed
(Session session) default void
WebSocketSessionListener.onWebSocketSessionCreated
(Session session) default void
WebSocketSessionListener.onWebSocketSessionOpened
(Session session) -
Uses of Session in org.eclipse.jetty.websocket.client
Modifier and TypeMethodDescriptionWebSocketClient.connect
(Object websocket, URI toUri, ClientUpgradeRequest request) Connect to remote websocket endpointWebSocketClient.connect
(Object websocket, URI toUri, ClientUpgradeRequest request, JettyUpgradeListener upgradeListener) Connect to remote websocket endpointWebSocketClient.getOpenSessions()
-
Uses of Session in org.eclipse.jetty.websocket.common
Modifier and TypeMethodDescriptionvoid
SessionTracker.onWebSocketSessionClosed
(Session session) void
SessionTracker.onWebSocketSessionOpened
(Session session) -
Uses of Session in org.eclipse.jetty.websocket.server