| 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
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
SessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSession |
WebSocketSessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSession |
LogicalConnection.getSession()
Get the Session for this connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.onSessionClosed(WebSocketSession session) |
void |
SessionListener.onSessionOpened(WebSocketSession session) |
void |
LogicalConnection.setSession(WebSocketSession session)
Set the session associated with this connection
|
| Modifier and Type | Field and Description |
|---|---|
protected WebSocketSession |
AbstractEventDriver.session |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
EventDriver.getSession() |
WebSocketSession |
AbstractEventDriver.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDriver.openSession(WebSocketSession session) |
void |
AbstractEventDriver.openSession(WebSocketSession session) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
AbstractWebSocketConnection.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebSocketConnection.setSession(WebSocketSession session) |
| Constructor and Description |
|---|
MessageOutputStream(WebSocketSession session) |
MessageWriter(WebSocketSession session) |
Copyright © 1995-2016 Webtide. All Rights Reserved.