Class ReaderDecoder
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.decoders.ReaderDecoder
-
- All Implemented Interfaces:
Decoder,Decoder.TextStream<Reader>
public class ReaderDecoder extends Object implements Decoder.TextStream<Reader>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.websocket.Decoder
Decoder.Binary<T extends Object>, Decoder.BinaryStream<T extends Object>, Decoder.Text<T extends Object>, Decoder.TextStream<T extends Object>
-
-
Constructor Summary
Constructors Constructor Description ReaderDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Readerdecode(Reader reader)voiddestroy()voidinit(EndpointConfig config)
-
-
-
Method Detail
-
decode
public Reader decode(Reader reader) throws DecodeException, IOException
- Specified by:
decodein interfaceDecoder.TextStream<Reader>- Throws:
DecodeExceptionIOException
-
init
public void init(EndpointConfig config)
-
-