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