Uses of Interface
org.eclipse.jetty.websocket.api.Session
-
Packages that use Session Package Description org.eclipse.jetty.embedded 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.common.message Jetty WebSocket Common : Message Handlingorg.eclipse.jetty.websocket.jsr356 -
-
Uses of Session in org.eclipse.jetty.embedded
Methods in org.eclipse.jetty.embedded with parameters of type Session Modifier and Type Method Description void
WebSocketServer.EchoSocket. onMessage(Session session, java.lang.String message)
-
Uses of Session in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return Session Modifier and Type Method Description Session
WebSocketAdapter. getSession()
Methods in org.eclipse.jetty.websocket.api with parameters of type Session Modifier and Type Method Description void
WebSocketAdapter. onWebSocketConnect(Session sess)
void
WebSocketConnectionListener. onWebSocketConnect(Session session)
A WebSocketSession
has 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 class
WebSocketSession
Method parameters in org.eclipse.jetty.websocket.common with type arguments of type Session Modifier and Type Method Description void
WebSocketSession. 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 void
OptionalSessionCallableMethod. call(java.lang.Object obj, Session connection, java.lang.Object... args)
-
Uses of Session in org.eclipse.jetty.websocket.common.message
Constructors in org.eclipse.jetty.websocket.common.message with parameters of type Session Constructor Description MessageInputStream(Session session)
MessageInputStream(Session session, int timeoutMs)
MessageReader(Session session)
-
Uses of Session in org.eclipse.jetty.websocket.jsr356
Classes in org.eclipse.jetty.websocket.jsr356 that implement Session Modifier and Type Class Description class
JsrSession
Session for the JSR.
-