| Package | Description |
|---|---|
| javax.net.websocket |
| Modifier and Type | Method and Description |
|---|---|
DefaultServerConfiguration |
DefaultServerConfiguration.setDecoders(List<Decoder> decoders)
Sets all the decoders that this configuration will support.
|
DefaultServerConfiguration |
DefaultServerConfiguration.setEncoders(List<Encoder> encoders) |
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.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.