| Package | Description |
|---|---|
| org.eclipse.jetty.cdi.websocket | |
| org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
| 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 | |
| org.eclipse.jetty.websocket.jsr356 | |
| org.eclipse.jetty.websocket.jsr356.server | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Constructor and Description |
|---|
ContainerListener(WebSocketContainerScope container) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketClient
WebSocketClient provides a means of establishing connections to remote websocket endpoints.
|
| Constructor and Description |
|---|
WebSocketClient(WebSocketContainerScope scope) |
WebSocketClient(WebSocketContainerScope scope,
SslContextFactory sslContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
WebSocketContainerScope |
WebSocketSession.getContainerScope() |
| Constructor and Description |
|---|
WebSocketSession(WebSocketContainerScope containerScope,
URI requestURI,
EventDriver websocket,
LogicalConnection connection,
SessionListener... sessionListeners) |
WebSocketSessionFactory(WebSocketContainerScope containerScope,
SessionListener... sessionListeners) |
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientContainer
Container for Client use of the javax.websocket API.
|
| Constructor and Description |
|---|
ClientContainer(WebSocketContainerScope scope) |
DecoderFactory(WebSocketContainerScope containerScope,
DecoderMetadataSet metadatas) |
DecoderFactory(WebSocketContainerScope containerScope,
DecoderMetadataSet metadatas,
DecoderFactory parentFactory) |
EncoderFactory(WebSocketContainerScope containerScope,
EncoderMetadataSet metadatas) |
EncoderFactory(WebSocketContainerScope containerScope,
EncoderMetadataSet metadatas,
EncoderFactory parentFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerContainer |
| Constructor and Description |
|---|
AnnotatedServerEndpointConfig(WebSocketContainerScope containerScope,
Class<?> endpointClass,
javax.websocket.server.ServerEndpoint anno) |
AnnotatedServerEndpointConfig(WebSocketContainerScope containerScope,
Class<?> endpointClass,
javax.websocket.server.ServerEndpoint anno,
javax.websocket.server.ServerEndpointConfig baseConfig) |
AnnotatedServerEndpointMetadata(WebSocketContainerScope containerScope,
Class<?> websocket,
javax.websocket.server.ServerEndpointConfig baseConfig) |
BasicServerEndpointConfig(WebSocketContainerScope containerScope,
Class<?> endpointClass,
String path) |
BasicServerEndpointConfig(WebSocketContainerScope containerScope,
javax.websocket.server.ServerEndpointConfig copy) |
JsrCreator(WebSocketContainerScope containerScope,
ServerEndpointMetadata metadata,
ExtensionFactory extensionFactory) |
PathParamServerEndpointConfig(WebSocketContainerScope containerScope,
javax.websocket.server.ServerEndpointConfig config,
WebSocketPathSpec pathSpec,
String requestPath) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketServerFactory
Factory to create WebSocket connections
|
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.