| 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 |
Jetty WebSocket Common : Extension Implementations
|
| org.eclipse.jetty.websocket.common.scopes |
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketContainerScope |
WebSocketSession.getContainerScope() |
| Constructor | Description |
|---|---|
WebSocketSession(WebSocketContainerScope containerScope,
java.net.URI requestURI,
EventDriver websocket,
LogicalConnection connection) |
|
WebSocketSessionFactory(WebSocketContainerScope containerScope) |
| Constructor | Description |
|---|---|
EventDriverFactory(WebSocketContainerScope containerScope) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractExtension.init(WebSocketContainerScope container) |
Deprecated.
|
| Constructor | Description |
|---|---|
WebSocketExtensionFactory(WebSocketContainerScope container) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DelegatedContainerScope |
|
class |
SimpleContainerScope |
| Modifier and Type | Method | Description |
|---|---|---|
WebSocketContainerScope |
WebSocketSessionScope.getContainerScope() |
The parent
WebSocketContainerScope for this session scope. |
| Constructor | Description |
|---|---|
DelegatedContainerScope(WebSocketPolicy policy,
WebSocketContainerScope parentScope) |
Copyright © 1995–2018 Webtide. All rights reserved.