| Package | Description |
|---|---|
| javax.net.websocket |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Encoder.Binary<T>
This interface defines how to provide a way to convert a custom
object into a binary message.
|
static interface |
Encoder.Text<T>
This interface defines how to provide a way to convert a custom
object into a text message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Encoder> |
DefaultClientConfiguration.getEncoders()
Assign the list of encoders this client will use.
|
List<Encoder> |
DefaultServerConfiguration.getEncoders()
Return the Decoder implementations configured.
|
List<Encoder> |
EndpointConfiguration.getEncoders()
Return the Encoder implementations configured.
|
List<Encoder> |
DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
Assign the list of encoders this client will use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.addEncoder(Encoder tme) |
| Modifier and Type | Method and Description |
|---|---|
List<Encoder> |
DefaultClientConfiguration.setEncoders(List<Encoder> encoders)
Assign the list of encoders this client will use.
|
DefaultServerConfiguration |
DefaultServerConfiguration.setEncoders(List<Encoder> encoders) |
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.