Package | Description |
---|---|
javax.websocket | |
javax.websocket.server |
Modifier and Type | Interface and Description |
---|---|
static interface |
Encoder.Binary<T> |
static interface |
Encoder.BinaryStream<T> |
static interface |
Encoder.Text<T> |
static interface |
Encoder.TextStream<T> |
Modifier and Type | Method and Description |
---|---|
List<Class<? extends Encoder>> |
EndpointConfig.getEncoders() |
Modifier and Type | Method and Description |
---|---|
ClientEndpointConfig.Builder |
ClientEndpointConfig.Builder.encoders(List<Class<? extends Encoder>> encoders) |
Modifier and Type | Method and Description |
---|---|
ServerEndpointConfig.Builder |
ServerEndpointConfig.Builder.encoders(List<Class<? extends Encoder>> encoders) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.