|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ClientEndpointConfiguration
The ClientEndpointConfiguration is a special kind of endpoint configuration object that contains
web socket configuration information specific only to client endpoints. Developers deploying
programmatic client endpoints can create instances of this configuration by
using a ClientEndpointConfigurationBuilder.
| Method Summary | |
|---|---|
ClientEndpointConfigurator |
getClientEndpointConfigurator()
Return the custom configurator for this configuration. |
List<Extension> |
getExtensions()
Return the extensions, in order of preference, favorite first, that this client would like to use for its sessions. |
List<String> |
getPreferredSubprotocols()
Return the ordered list of sub protocols a client endpoint would like to use, in order of preference, favorite first that this client would like to use for its sessions. |
| Methods inherited from interface javax.websocket.EndpointConfiguration |
|---|
getDecoders, getEncoders, getUserProperties |
| Method Detail |
|---|
List<String> getPreferredSubprotocols()
List<Extension> getExtensions()
ClientEndpointConfigurator getClientEndpointConfigurator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||