| Package | Description |
|---|---|
| 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 |
| 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 |
|---|---|---|
void |
WebSocketSession.Listener.onClosed(WebSocketSession session) |
|
void |
WebSocketSession.Listener.onOpened(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 | Method | Description |
|---|---|---|
void |
DelegatedContainerScope.onSessionClosed(WebSocketSession session) |
|
void |
SimpleContainerScope.onSessionClosed(WebSocketSession session) |
|
void |
WebSocketContainerScope.onSessionClosed(WebSocketSession session) |
A Session has been closed
|
void |
DelegatedContainerScope.onSessionOpened(WebSocketSession session) |
|
void |
SimpleContainerScope.onSessionOpened(WebSocketSession session) |
|
void |
WebSocketContainerScope.onSessionOpened(WebSocketSession session) |
A Session has been opened
|
Copyright © 1995–2018 Webtide. All rights reserved.