|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultServerConfiguration | |
|---|---|
| javax.websocket.server | |
| Uses of DefaultServerConfiguration in javax.websocket.server |
|---|
| Methods in javax.websocket.server that return DefaultServerConfiguration | |
|---|---|
DefaultServerConfiguration |
DefaultServerConfiguration.setDecoders(List<Decoder> decoders)
Sets all the decoders that this configuration will support. |
DefaultServerConfiguration |
DefaultServerConfiguration.setEncoders(List<Encoder> encoders)
Sets all the encoders that this configuration will support. |
DefaultServerConfiguration |
DefaultServerConfiguration.setExtensions(List<Extension> extensions)
Sets all the extensions that this configuration will support. |
DefaultServerConfiguration |
DefaultServerConfiguration.setSubprotocols(List<String> subprotocols)
Sets all the subprotocols that this configuration will support. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||