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