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