| 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.message |
Jetty WebSocket Common : Message Handling
|
| org.eclipse.jetty.websocket.common.scopes |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
WebSocketSessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSession |
SessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSession |
WebSocketSession.getWebSocketSession() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionListener.onSessionClosed(WebSocketSession session) |
void |
SessionListener.onSessionOpened(WebSocketSession session) |
| 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) |
| Constructor and Description |
|---|
MessageOutputStream(WebSocketSession session) |
MessageWriter(WebSocketSession session) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketSession |
WebSocketSessionScope.getWebSocketSession()
Active
WebSocketSession associated with this scope. |
Copyright © 1995-2015 Webtide. All Rights Reserved.