| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.jsr356.server | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Constructor | Description |
|---|---|
ServerContainer(NativeWebSocketConfiguration configuration,
java.util.concurrent.Executor executor) |
Deprecated.
use
ServerContainer(NativeWebSocketConfiguration, HttpClient) instead |
ServerContainer(NativeWebSocketConfiguration configuration,
org.eclipse.jetty.client.HttpClient httpClient) |
| Modifier and Type | Method | Description |
|---|---|---|
NativeWebSocketConfiguration |
WebSocketUpgradeFilter.getConfiguration() |
|
static NativeWebSocketConfiguration |
NativeWebSocketServletContainerInitializer.getDefaultFrom(javax.servlet.ServletContext context) |
Deprecated.
|
static NativeWebSocketConfiguration |
NativeWebSocketServletContainerInitializer.initialize(org.eclipse.jetty.servlet.ServletContextHandler context) |
Immediately initialize the
ServletContextHandler with the default NativeWebSocketConfiguration. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NativeWebSocketServletContainerInitializer.Configurator.accept(javax.servlet.ServletContext servletContext,
NativeWebSocketConfiguration nativeWebSocketConfiguration) |
| Constructor | Description |
|---|---|
WebSocketUpgradeFilter(NativeWebSocketConfiguration configuration) |
Copyright © 1995–2019 Webtide. All rights reserved.