Package | Description |
---|---|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
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.jsr356 | |
org.eclipse.jetty.websocket.jsr356.endpoints | |
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
Set<WebSocketSession> |
WebSocketClient.getOpenSessions() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketClient.onSessionClosed(WebSocketSession session) |
void |
WebSocketClient.onSessionOpened(WebSocketSession session) |
Modifier and Type | Method and Description |
---|---|
Collection<WebSocketSession> |
ConnectionManager.getSessions() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionManager.addSession(WebSocketSession session) |
void |
ConnectionManager.removeSession(WebSocketSession session) |
void |
ConnectPromise.succeeded(WebSocketSession session) |
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 |
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) |
Modifier and Type | Class and Description |
---|---|
class |
JsrSession
Session for the JSR.
|
Modifier and Type | Method and Description |
---|---|
WebSocketSession |
JsrSessionFactory.createSession(URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
Modifier and Type | Method and Description |
---|---|
void |
ClientContainer.onSessionClosed(WebSocketSession session) |
void |
ClientContainer.onSessionOpened(WebSocketSession session) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJsrEventDriver.openSession(WebSocketSession session) |
Modifier and Type | Method and Description |
---|---|
Set<WebSocketSession> |
WebSocketServerFactory.getOpenSessions() |
Modifier and Type | Method and Description |
---|---|
void |
WebSocketServerFactory.onSessionClosed(WebSocketSession session) |
void |
WebSocketServerFactory.onSessionOpened(WebSocketSession session) |
Copyright © 1995-2015 Webtide. All Rights Reserved.