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, init
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.