Package | Description |
---|---|
org.eclipse.jetty.websocket.jsr356.server | |
org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
Modifier and Type | Field and Description |
---|---|
private NativeWebSocketConfiguration |
ServerContainer.configuration |
Constructor and Description |
---|
ServerContainer(NativeWebSocketConfiguration configuration,
java.util.concurrent.Executor executor)
Deprecated.
use
ServerContainer(NativeWebSocketConfiguration, HttpClient) instead |
ServerContainer(NativeWebSocketConfiguration configuration,
HttpClient httpClient) |
Modifier and Type | Field and Description |
---|---|
private NativeWebSocketConfiguration |
WebSocketUpgradeHandlerWrapper.configuration |
private NativeWebSocketConfiguration |
WebSocketUpgradeFilter.configuration |
Modifier and Type | Method and Description |
---|---|
NativeWebSocketConfiguration |
WebSocketUpgradeFilter.getConfiguration() |
static NativeWebSocketConfiguration |
NativeWebSocketServletContainerInitializer.getDefaultFrom(javax.servlet.ServletContext context) |
Constructor and Description |
---|
WebSocketUpgradeFilter(NativeWebSocketConfiguration configuration) |