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