Uses of Interface
org.eclipse.jetty.websocket.api.Session
-
Packages that use Session Package Description org.eclipse.jetty.cdi.websocket org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.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.annotated org.eclipse.jetty.websocket.jsr356 -
-
Uses of Session in org.eclipse.jetty.cdi.websocket
Methods in org.eclipse.jetty.cdi.websocket that return Session Modifier and Type Method Description SessionJettyWebSocketSessionProducer. getSession(javax.enterprise.inject.spi.InjectionPoint injectionPoint)Deprecated.SessionWebSocketScopeContext. getSession()Deprecated.Methods in org.eclipse.jetty.cdi.websocket with parameters of type Session Modifier and Type Method Description voidWebSocketScopeExtension. logWsScopeDestroyed(Session sess)Deprecated.voidWebSocketScopeExtension. logWsScopeInit(Session sess)Deprecated.voidWebSocketScopeContext. setSession(Session sess)Deprecated. -
Uses of Session in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return Session Modifier and Type Method Description SessionWebSocketAdapter. getSession()Methods in org.eclipse.jetty.websocket.api with parameters of type Session Modifier and Type Method Description voidWebSocketAdapter. onWebSocketConnect(Session sess)voidWebSocketConnectionListener. onWebSocketConnect(Session session)A WebSocketSessionhas connected successfully and is ready to be used. -
Uses of Session in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return types with arguments of type Session Modifier and Type Method Description java.util.concurrent.Future<Session>WebSocketClient. connect(java.lang.Object websocket, java.net.URI toUri)java.util.concurrent.Future<Session>WebSocketClient. connect(java.lang.Object websocket, java.net.URI toUri, ClientUpgradeRequest request)Connect to remote websocket endpointjava.util.concurrent.Future<Session>WebSocketClient. connect(java.lang.Object websocket, java.net.URI toUri, ClientUpgradeRequest request, UpgradeListener upgradeListener)Connect to remote websocket endpointjava.util.concurrent.CompletableFuture<Session>WebSocketUpgradeRequest. sendAsync() -
Uses of Session in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement Session Modifier and Type Class Description classWebSocketSessionMethod parameters in org.eclipse.jetty.websocket.common with type arguments of type Session Modifier and Type Method Description voidWebSocketSession. setFuture(java.util.concurrent.CompletableFuture<Session> fut) -
Uses of Session in org.eclipse.jetty.websocket.common.events.annotated
Methods in org.eclipse.jetty.websocket.common.events.annotated with parameters of type Session Modifier and Type Method Description voidOptionalSessionCallableMethod. call(java.lang.Object obj, Session connection, java.lang.Object... args) -
Uses of Session in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement Session Modifier and Type Class Description classJsrSessionSession for the JSR.
-