| 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.events |
Jetty WebSocket Common : Event Driver for WebSocket Object
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.common.message |
Jetty WebSocket Common : Message Handling
|
| org.eclipse.jetty.websocket.common.scopes | |
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.jsr356.endpoints | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<WebSocketSession> |
WebSocketClient.getOpenSessions() |
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketSession |
SessionFactory.createSession(java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
|
WebSocketSession |
WebSocketSessionFactory.createSession(java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
|
WebSocketSession |
WebSocketSession.getWebSocketSession() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Set<WebSocketSession> |
SessionTracker.getSessions() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SessionTracker.onSessionClosed(WebSocketSession session) |
|
default void |
WebSocketSessionListener.onSessionClosed(WebSocketSession session) |
|
void |
SessionTracker.onSessionCreated(WebSocketSession session) |
|
default void |
WebSocketSessionListener.onSessionCreated(WebSocketSession session) |
|
default void |
WebSocketSessionListener.onSessionOpened(WebSocketSession session) |
|
void |
LogicalConnection.setSession(WebSocketSession session) |
Associate the Active Session with the connection.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected WebSocketSession |
AbstractEventDriver.session |
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketSession |
AbstractEventDriver.getSession() |
|
WebSocketSession |
EventDriver.getSession() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractEventDriver.openSession(WebSocketSession session) |
|
void |
EventDriver.openSession(WebSocketSession session) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractWebSocketConnection.setSession(WebSocketSession session) |
| Constructor | Description |
|---|---|
MessageOutputStream(WebSocketSession session) |
|
MessageWriter(WebSocketSession session) |
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketSession |
WebSocketSessionScope.getWebSocketSession() |
Active
WebSocketSession associated with this scope. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsrSession |
Session for the JSR.
|
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketSession |
JsrSessionFactory.createSession(java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractJsrEventDriver.openSession(WebSocketSession session) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<WebSocketSession> |
WebSocketServerFactory.getOpenSessions() |
Copyright © 1995–2019 Webtide. All rights reserved.