public abstract class PrimitiveDecoders<T> extends CoderAdapter implements javax.websocket.Decoder.Text<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
PrimitiveDecoders.BooleanDecoder |
static class |
PrimitiveDecoders.ByteDecoder |
static class |
PrimitiveDecoders.CharacterDecoder |
static class |
PrimitiveDecoders.DoubleDecoder |
static class |
PrimitiveDecoders.FloatDecoder |
static class |
PrimitiveDecoders.IntegerDecoder |
static class |
PrimitiveDecoders.LongDecoder |
static class |
PrimitiveDecoders.ShortDecoder |
| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends javax.websocket.Decoder>> |
ALL |
static Map<Class<?>,javax.websocket.Decoder.Text<?>> |
ALL_INSTANCES |
| Constructor and Description |
|---|
PrimitiveDecoders() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
willDecode(String s) |
destroy, initCopyright © 2012–2019 Oracle Corporation. All rights reserved.