| 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.extensions.mux |
Jetty WebSocket Common : MUX Extension Core [Unstable Early Draft]
|
| org.eclipse.jetty.websocket.common.extensions.mux.add |
Jetty WebSocket Common : MUX Extension Add Channel Handling [Unstable Early Draft]
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
LogicalConnection.getSession()
Get the Session for this connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalConnection.setSession(WebSocketSession session)
Set the session associated with this connection
|
| Modifier and Type | Field and Description |
|---|---|
protected WebSocketSession |
EventDriver.session |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
EventDriver.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventDriver.openSession(WebSocketSession session) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
MuxChannel.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuxChannel.setSession(WebSocketSession session) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
MuxAddClient.createSession(MuxAddChannelResponse response) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
AbstractWebSocketConnection.getSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWebSocketConnection.setSession(WebSocketSession session) |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.