Class PongMessageDecoder
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.decoders.AbstractDecoder
-
- org.eclipse.jetty.websocket.jsr356.decoders.PongMessageDecoder
-
- All Implemented Interfaces:
Decoder,Decoder.Binary<PongMessage>
public class PongMessageDecoder extends AbstractDecoder implements Decoder.Binary<PongMessage>
-
-
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 PongMessageDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PongMessagedecode(ByteBuffer bytes)booleanwillDecode(ByteBuffer bytes)-
Methods inherited from class org.eclipse.jetty.websocket.jsr356.decoders.AbstractDecoder
destroy, init
-
-
-
-
Method Detail
-
decode
public PongMessage decode(ByteBuffer bytes) throws DecodeException
- Specified by:
decodein interfaceDecoder.Binary<PongMessage>- Throws:
DecodeException
-
willDecode
public boolean willDecode(ByteBuffer bytes)
- Specified by:
willDecodein interfaceDecoder.Binary<PongMessage>
-
-