Package | Description |
---|---|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.common.scopes | |
org.eclipse.jetty.websocket.jsr356 | |
org.eclipse.jetty.websocket.jsr356.server | |
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketClient
WebSocketClient provides a means of establishing connections to remote websocket endpoints.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WebSocketSessionListener> |
WebSocketClient.getSessionListeners() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.addSessionListener(WebSocketSessionListener listener) |
void |
WebSocketClient.removeSessionListener(WebSocketSessionListener listener) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WebSocketSessionListener> |
DelegatedContainerScope.getSessionListeners() |
java.util.Collection<WebSocketSessionListener> |
SimpleContainerScope.getSessionListeners() |
java.util.Collection<WebSocketSessionListener> |
WebSocketContainerScope.getSessionListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DelegatedContainerScope.addSessionListener(WebSocketSessionListener listener) |
void |
SimpleContainerScope.addSessionListener(WebSocketSessionListener listener) |
void |
WebSocketContainerScope.addSessionListener(WebSocketSessionListener listener) |
void |
DelegatedContainerScope.removeSessionListener(WebSocketSessionListener listener) |
void |
SimpleContainerScope.removeSessionListener(WebSocketSessionListener listener) |
void |
WebSocketContainerScope.removeSessionListener(WebSocketSessionListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ClientContainer
Container for Client use of the javax.websocket API.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WebSocketSessionListener> |
ClientContainer.getSessionListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ClientContainer.addSessionListener(WebSocketSessionListener listener) |
void |
ClientContainer.removeSessionListener(WebSocketSessionListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ServerContainer |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerFactory
Factory to create WebSocket connections
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<WebSocketSessionListener> |
WebSocketServerFactory.getSessionListeners() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerFactory.addSessionListener(WebSocketSessionListener listener) |
void |
WebSocketServerFactory.removeSessionListener(WebSocketSessionListener listener) |
Copyright © 1995–2023 Webtide. All rights reserved.