|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.tyrus.platform.decoders.CharDecoder
public class CharDecoder
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.net.websocket.Decoder |
|---|
javax.net.websocket.Decoder.Binary<T>, javax.net.websocket.Decoder.Text<T> |
| Constructor Summary | |
|---|---|
CharDecoder()
|
|
| Method Summary | |
|---|---|
java.lang.Character |
decode(java.lang.String s)
|
boolean |
willDecode(java.lang.String s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CharDecoder()
| Method Detail |
|---|
public java.lang.Character decode(java.lang.String s)
throws javax.net.websocket.DecodeException
decode in interface javax.net.websocket.Decoder.Text<java.lang.Character>javax.net.websocket.DecodeExceptionpublic boolean willDecode(java.lang.String s)
willDecode in interface javax.net.websocket.Decoder.Text<java.lang.Character>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||