Package javax.websocket
Interface Decoder.Binary<T>
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface javax.websocket.DecoderDecoder.Binary<T>, Decoder.BinaryStream<T>, Decoder.Text<T>, Decoder.TextStream<T>
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tdecode(java.nio.ByteBuffer bytes)booleanwillDecode(java.nio.ByteBuffer bytes)
 
- 
- 
- 
Method Detail- 
decodeT decode(java.nio.ByteBuffer bytes) throws DecodeException - Throws:
- DecodeException
 
 - 
willDecodeboolean willDecode(java.nio.ByteBuffer bytes) 
 
- 
 
-