|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Extension in javax.websocket |
|---|
| Methods in javax.websocket that return types with arguments of type Extension | |
|---|---|
List<Extension> |
ClientEndpointConfiguration.getExtensions()
Return the list of all the extensions that this client supports, the empty list if there are none. |
List<Extension> |
DefaultClientConfiguration.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. |
| Method parameters in javax.websocket with type arguments of type Extension | |
|---|---|
DefaultClientConfiguration |
DefaultClientConfiguration.setExtensions(List<Extension> extensions)
Assign the List of preferred extensions that this client would like to use. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||