Class InputStreamDecoder
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.decoders.InputStreamDecoder
-
- All Implemented Interfaces:
Decoder,Decoder.BinaryStream<InputStream>
public class InputStreamDecoder extends Object implements Decoder.BinaryStream<InputStream>
-
-
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 InputStreamDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputStreamdecode(InputStream is)voiddestroy()voidinit(EndpointConfig config)
-
-
-
Method Detail
-
decode
public InputStream decode(InputStream is) throws DecodeException, IOException
- Specified by:
decodein interfaceDecoder.BinaryStream<InputStream>- Throws:
DecodeExceptionIOException
-
init
public void init(EndpointConfig config)
-
-