Package jakarta.websocket
Interface Decoder.Text<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.lang.String s)
boolean
willDecode(java.lang.String s)
-
-
-
Method Detail
-
decode
T decode(java.lang.String s) throws DecodeException
- Throws:
DecodeException
-
willDecode
boolean willDecode(java.lang.String s)
-
-