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 java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> |
ALL |
static java.util.Map<java.lang.Class<?>,javax.websocket.Decoder.Text<?>> |
ALL_INSTANCES |
| Constructor and Description |
|---|
PrimitiveDecoders() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
willDecode(java.lang.String s) |
destroy, initpublic static final java.util.List<java.lang.Class<? extends javax.websocket.Decoder>> ALL
public static final java.util.Map<java.lang.Class<?>,javax.websocket.Decoder.Text<?>> ALL_INSTANCES
public boolean willDecode(java.lang.String s)
willDecode in interface javax.websocket.Decoder.Text<T>Copyright © 2012–2020 Oracle Corporation. All rights reserved.