Package | Description |
---|---|
com.acme | |
org.eclipse.jetty.cdi.websocket | |
org.eclipse.jetty.embedded | |
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.events.annotated | |
org.eclipse.jetty.websocket.jsr356 |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketChatServlet.ChatWebSocket.onOpen(Session sess) |
Modifier and Type | Method and Description |
---|---|
Session |
WebSocketScopeContext.getSession()
Deprecated.
|
Session |
JettyWebSocketSessionProducer.getSession(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketScopeExtension.logWsScopeDestroyed(Session sess)
Deprecated.
|
void |
WebSocketScopeExtension.logWsScopeInit(Session sess)
Deprecated.
|
void |
WebSocketScopeContext.setSession(Session sess)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServer.EchoSocket.onMessage(Session session,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
Session |
WebSocketAdapter.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketAdapter.onWebSocketConnect(Session sess) |
void |
WebSocketConnectionListener.onWebSocketConnect(Session session)
A WebSocket
Session has connected successfully and is ready to be used. |
Modifier and Type | Method and 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 endpoint
|
java.util.concurrent.Future<Session> |
WebSocketClient.connect(java.lang.Object websocket,
java.net.URI toUri,
ClientUpgradeRequest request,
UpgradeListener upgradeListener)
Connect to remote websocket endpoint
|
java.util.concurrent.CompletableFuture<Session> |
WebSocketUpgradeRequest.sendAsync() |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketSession |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketSession.setFuture(java.util.concurrent.CompletableFuture<Session> fut) |
Modifier and Type | Method and Description |
---|---|
void |
OptionalSessionCallableMethod.call(java.lang.Object obj,
Session connection,
java.lang.Object... args) |
Modifier and Type | Class and Description |
---|---|
class |
JsrSession
Session for the JSR.
|
Copyright © 1995–2023 Webtide. All rights reserved.