Uses of Interface
org.eclipse.jetty.ee9.websocket.api.Session
Packages that use Session
Package
Description
Jetty WebSocket API
Jetty WebSocket API :: Client
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Session in org.eclipse.jetty.ee9.websocket.api
Methods in org.eclipse.jetty.ee9.websocket.api that return SessionMethods in org.eclipse.jetty.ee9.websocket.api that return types with arguments of type SessionModifier and TypeMethodDescriptionWebSocketContainer.getOpenSessions()Get the collection of open Sessions being tracked by this containerMethods in org.eclipse.jetty.ee9.websocket.api with parameters of type SessionModifier and TypeMethodDescriptionvoidWebSocketAdapter.onWebSocketConnect(Session sess) default voidWebSocketConnectionListener.onWebSocketConnect(Session session) A WebSocketSessionhas connected successfully and is ready to be used.default voidWebSocketSessionListener.onWebSocketSessionClosed(Session session) default voidWebSocketSessionListener.onWebSocketSessionCreated(Session session) default voidWebSocketSessionListener.onWebSocketSessionOpened(Session session) -
Uses of Session in org.eclipse.jetty.ee9.websocket.client
Methods in org.eclipse.jetty.ee9.websocket.client that return types with arguments of type SessionModifier 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.ee9.websocket.common
Classes in org.eclipse.jetty.ee9.websocket.common that implement SessionMethods in org.eclipse.jetty.ee9.websocket.common that return types with arguments of type SessionMethods in org.eclipse.jetty.ee9.websocket.common with parameters of type SessionModifier and TypeMethodDescriptionvoidSessionTracker.onWebSocketSessionClosed(Session session) voidSessionTracker.onWebSocketSessionOpened(Session session) -
Uses of Session in org.eclipse.jetty.ee9.websocket.server
Methods in org.eclipse.jetty.ee9.websocket.server that return types with arguments of type Session