| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
| org.eclipse.jetty.websocket.common.scopes |
| Modifier and Type | Method and Description |
|---|---|
WebSocketContainerScope |
WebSocketSession.getContainerScope() |
| Constructor and Description |
|---|
WebSocketSession(WebSocketContainerScope containerScope,
URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
WebSocketSessionFactory(WebSocketContainerScope containerScope) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExtension.init(WebSocketContainerScope container) |
| Constructor and Description |
|---|
WebSocketExtensionFactory(WebSocketContainerScope container) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleContainerScope |
| Modifier and Type | Method and Description |
|---|---|
WebSocketContainerScope |
WebSocketSessionScope.getContainerScope()
The parent
WebSocketContainerScope for this session scope. |
Copyright © 1995-2016 Webtide. All Rights Reserved.