Uses of Class
jakarta.websocket.DecodeException
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
-
Uses of DecodeException in jakarta.websocket
Modifier and TypeMethodDescriptionDecoder.Binary.decode
(ByteBuffer bytes) Decode the given bytes into an object of type T.Decoder.BinaryStream.decode
(InputStream is) Decode the given bytes read from the input stream into an object of type T.Decode the given String into an object of type T.Reads the websocket message from the implementation provided Reader and decodes it into an instance of the supplied object type.