| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
ClientEndpointConfig.getExtensions()
Return the extensions, in order of preference, favorite first, that this client would like to use for its
sessions.
|
Set<Extension> |
WebSocketContainer.getInstalledExtensions()
Return the set of Extensions installed in the container.
|
List<Extension> |
Session.getNegotiatedExtensions()
Return the list of extensions currently in use for this conversation.
|
| Modifier and Type | Method and Description |
|---|---|
ClientEndpointConfig.Builder |
ClientEndpointConfig.Builder.extensions(List<Extension> extensions)
Set the extensions for the configuration this builder will build.
|
Copyright © 2019 Eclipse Foundation
Use is subject to license terms.