Package | Description |
---|---|
javax.websocket |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientConfiguration
The DefaultClientConfiguration is a concrete implementation of a client configuration.
|
Modifier and Type | Method and Description |
---|---|
ClientEndpointConfiguration |
DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
Assign the list of decoders this client will use.
|
ClientEndpointConfiguration |
DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
Assign the list of encoders this client will use.
|
ClientEndpointConfiguration |
DefaultClientConfiguration.setExtensions(List<String> extensions)
Assign the List of preferred subprotocols that this client would like to
use.
|
Copyright © 2013. All Rights Reserved.