| Package | Description |
|---|---|
| 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.scopes | |
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<WebSocketSessionListener> |
WebSocketClient.getSessionListeners() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebSocketClient.addSessionListener(WebSocketSessionListener listener) |
|
void |
WebSocketClient.removeSessionListener(WebSocketSessionListener listener) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SessionTracker |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<WebSocketSessionListener> |
DelegatedContainerScope.getSessionListeners() |
|
java.util.Collection<WebSocketSessionListener> |
SimpleContainerScope.getSessionListeners() |
|
java.util.Collection<WebSocketSessionListener> |
WebSocketContainerScope.getSessionListeners() |
| Modifier and Type | Method | 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 | Method | Description |
|---|---|---|
java.util.Collection<WebSocketSessionListener> |
ClientContainer.getSessionListeners() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ClientContainer.addSessionListener(WebSocketSessionListener listener) |
|
void |
ClientContainer.removeSessionListener(WebSocketSessionListener listener) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<WebSocketSessionListener> |
WebSocketServerFactory.getSessionListeners() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebSocketServerFactory.addSessionListener(WebSocketSessionListener listener) |
|
void |
WebSocketServerFactory.removeSessionListener(WebSocketSessionListener listener) |
Copyright © 1995–2019 Webtide. All rights reserved.