Class CharacterDecoder
java.lang.Object
org.eclipse.jetty.websocket.javax.common.decoders.AbstractDecoder
org.eclipse.jetty.websocket.javax.common.decoders.CharacterDecoder
- All Implemented Interfaces:
javax.websocket.Decoder,javax.websocket.Decoder.Text<Character>
public class CharacterDecoder
extends AbstractDecoder
implements javax.websocket.Decoder.Text<Character>
Default implementation of the
Decoder.Text Message to Character decoder-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.javax.common.decoders.AbstractDecoder
destroy, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.websocket.Decoder
destroy, init
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CharacterDecoder
public CharacterDecoder()
-
-
Method Details