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 | 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 |
---|---|
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) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.