Package | Description |
---|---|
javax.websocket | |
javax.websocket.server | |
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
List<Extension> |
ClientEndpointConfig.getExtensions() |
Set<Extension> |
WebSocketContainer.getInstalledExtensions()
Get the set of extensions that are supported by this WebSocket
implementation.
|
List<Extension> |
Session.getNegotiatedExtensions() |
Modifier and Type | Method and Description |
---|---|
ClientEndpointConfig.Builder |
ClientEndpointConfig.Builder.extensions(List<Extension> extensions) |
Modifier and Type | Method and Description |
---|---|
List<Extension> |
ServerEndpointConfig.getExtensions() |
List<Extension> |
ServerEndpointConfig.Configurator.getNegotiatedExtensions(List<Extension> installed,
List<Extension> requested) |
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig.Builder |
ServerEndpointConfig.Builder.extensions(List<Extension> extensions) |
List<Extension> |
ServerEndpointConfig.Configurator.getNegotiatedExtensions(List<Extension> installed,
List<Extension> requested) |
List<Extension> |
ServerEndpointConfig.Configurator.getNegotiatedExtensions(List<Extension> installed,
List<Extension> requested) |
Modifier and Type | Class and Description |
---|---|
class |
WsExtension |
Modifier and Type | Field and Description |
---|---|
static List<Extension> |
Constants.INSTALLED_EXTENSIONS |
Modifier and Type | Method and Description |
---|---|
Extension |
PerMessageDeflate.getExtensionResponse() |
Extension |
Transformation.getExtensionResponse()
Obtain the extension that describes the information to be returned to the
client.
|
Modifier and Type | Method and Description |
---|---|
Set<Extension> |
WsWebSocketContainer.getInstalledExtensions()
Get the set of extensions that are supported by this WebSocket
implementation.
|
List<Extension> |
WsSession.getNegotiatedExtensions() |
Modifier and Type | Method and Description |
---|---|
static void |
Util.parseExtensionHeader(List<Extension> extensions,
String header) |
Constructor and Description |
---|
WsSession(Endpoint localEndpoint,
WsRemoteEndpointImplBase wsRemoteEndpoint,
WsWebSocketContainer wsWebSocketContainer,
URI requestUri,
Map<String,List<String>> requestParameterMap,
String queryString,
Principal userPrincipal,
String httpSessionId,
List<Extension> negotiatedExtensions,
String subProtocol,
Map<String,String> pathParameters,
boolean secure,
EndpointConfig endpointConfig)
Creates a new WebSocket session for communication between the two
provided end points.
|
Modifier and Type | Method and Description |
---|---|
List<Extension> |
DefaultServerEndpointConfigurator.getNegotiatedExtensions(List<Extension> installed,
List<Extension> requested) |
Modifier and Type | Method and Description |
---|---|
List<Extension> |
DefaultServerEndpointConfigurator.getNegotiatedExtensions(List<Extension> installed,
List<Extension> requested) |
List<Extension> |
DefaultServerEndpointConfigurator.getNegotiatedExtensions(List<Extension> installed,
List<Extension> requested) |
void |
WsHttpUpgradeHandler.preInit(Endpoint ep,
EndpointConfig endpointConfig,
WsServerContainer wsc,
WsHandshakeRequest handshakeRequest,
List<Extension> negotiatedExtensionsPhase2,
String subProtocol,
Transformation transformation,
Map<String,String> pathParameters,
boolean secure) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.