| Package | Description |
|---|---|
| javax.net.websocket |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Decoder.Binary<T>
This interface defines how binary messages are converted.
|
static interface |
Decoder.Text<T>
This interface defines how text messages are converted.
|
| Modifier and Type | Method and Description |
|---|---|
List<Decoder> |
DefaultClientConfiguration.getDecoders()
Assign the list of decoders this client will use.
|
List<Decoder> |
DefaultServerConfiguration.getDecoders()
Return the Decoder implementations configured.
|
List<Decoder> |
EndpointConfiguration.getDecoders()
Return the Decoder implementations configured.
|
List<Decoder> |
DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
Assign the list of decoders this client will use.
|
| Modifier and Type | Method and Description |
|---|---|
List<Decoder> |
DefaultClientConfiguration.setDecoders(List<Decoder> decoders)
Assign the list of decoders this client will use.
|
DefaultServerConfiguration |
DefaultServerConfiguration.setDecoders(List<Decoder> decoders)
Sets all the decoders that this configuration will support.
|
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.