public class IntegerDecoder extends AbstractDecoder implements javax.websocket.Decoder.Text<Integer>
Decoder.Text Message to Integer decoder| Modifier and Type | Field and Description |
|---|---|
static IntegerDecoder |
INSTANCE |
| Constructor and Description |
|---|
IntegerDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
decode(String s) |
boolean |
willDecode(String s) |
destroy, initpublic static final IntegerDecoder INSTANCE
Copyright © 1995–2017 Webtide. All rights reserved.