| Package | Description |
|---|---|
| javax.net.websocket | |
| org.glassfish.tyrus.platform |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
DefaultClientConfiguration.getExtensions()
Return the extensions, in order of preference, favorite first, that this client would
like to use for its sessions.
|
List<Extension> |
ClientEndpointConfiguration.getExtensions()
Return the list of all the extensions that this client supports.
|
List<Extension> |
ClientConfiguration.getExtensions()
Return the list of all the extensions that this client supports.
|
Set<Extension> |
ClientContainer.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.
|
List<Extension> |
ServerEndpointConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
Return the ordered list of extensions that this server will support given the requested
extension list passed in.
|
List<Extension> |
ServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
Return the ordered list of extensions that this server will support given the requested
extension list passed in.
|
List<Extension> |
DefaultServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
Provides a simple algorithm to return the list of extensions this server will
use for the web socket session: the configuration returns a list containing all of the requested
extensions passed to this method that it supports, using the order in the requested
extensions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
ServerEndpointConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
Return the ordered list of extensions that this server will support given the requested
extension list passed in.
|
List<Extension> |
ServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
Return the ordered list of extensions that this server will support given the requested
extension list passed in.
|
List<Extension> |
DefaultServerConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions)
Provides a simple algorithm to return the list of extensions this server will
use for the web socket session: the configuration returns a list containing all of the requested
extensions passed to this method that it supports, using the order in the requested
extensions.
|
DefaultServerConfiguration |
DefaultServerConfiguration.setExtensions(List<Extension> extensions)
Sets all the extensions that this configuration will support.
|
ClientEndpointConfiguration |
DefaultClientConfiguration.setExtensions(List<Extension> preferredExtensions)
Assign the List of preferred subprotocols that this client would like to
use.
|
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
DefaultClientEndpointConfiguration.getExtensions()
Return the extensions, in order of preference, favorite first, that this client would
like to use for its sessions.
|
Set<Extension> |
ServerContainerImpl.getInstalledExtensions() |
List<Extension> |
SessionImpl.getNegotiatedExtensions() |
List<Extension> |
DefaultServerEndpointConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions) |
| Modifier and Type | Method and Description |
|---|---|
List<Extension> |
DefaultServerEndpointConfiguration.getNegotiatedExtensions(List<Extension> requestedExtensions) |
DefaultClientEndpointConfiguration |
DefaultClientEndpointConfiguration.setExtensions(List<Extension> extensions)
Assign the List of extensions that this client would like to
use.
|
Copyright © 2012. All Rights Reserved.