Class ByteBufferDecoder
java.lang.Object
org.eclipse.jetty.websocket.javax.common.decoders.AbstractDecoder
org.eclipse.jetty.websocket.javax.common.decoders.ByteBufferDecoder
- All Implemented Interfaces:
javax.websocket.Decoder
,javax.websocket.Decoder.Binary<ByteBuffer>
public class ByteBufferDecoder
extends AbstractDecoder
implements javax.websocket.Decoder.Binary<ByteBuffer>
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.jetty.websocket.javax.common.decoders.AbstractDecoder
destroy, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.websocket.Decoder
destroy, init
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ByteBufferDecoder
public ByteBufferDecoder()
-
-
Method Details
-
decode
- Specified by:
decode
in interfacejavax.websocket.Decoder.Binary<ByteBuffer>
- Throws:
javax.websocket.DecodeException
-
willDecode
- Specified by:
willDecode
in interfacejavax.websocket.Decoder.Binary<ByteBuffer>
-