|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultClientConfiguration | |
|---|---|
| javax.websocket | |
| Uses of DefaultClientConfiguration in javax.websocket |
|---|
| Methods in javax.websocket that return DefaultClientConfiguration | |
|---|---|
DefaultClientConfiguration |
DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
Assign the list of decoders this client will use. |
DefaultClientConfiguration |
DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
Assign the list of encoders this client will use. |
DefaultClientConfiguration |
DefaultClientConfiguration.setExtensions(List<Extension> extensions)
Assign the List of preferred extensions that this client would like to use. |
DefaultClientConfiguration |
DefaultClientConfiguration.setPreferredSubprotocols(List<String> preferredSubprotocols)
Assign the List of preferred subprotocols that this client would like to use. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||