Uses of Interface
jakarta.websocket.Decoder
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
This package contains all the Jakarta WebSocket APIs used only by server side applications.
-
Uses of Decoder in jakarta.websocket
Modifier and TypeInterfaceDescriptionstatic interface
This interface defines how a custom object (of type T) is decoded from a web socket message in the form of a byte buffer.static interface
This interface defines how a custom object is decoded from a web socket message in the form of a binary stream.static interface
Decoder.Text<T>
This interface defines how a custom object is decoded from a web socket message in the form of a string.static interface
This interface defines how a custom object of type T is decoded from a web socket message in the form of a character stream.Modifier and TypeMethodDescriptionEndpointConfig.getDecoders()
Return the Decoder implementation classes configured.Modifier and TypeMethodDescriptionAssign the list of decoder implementation classes the client will use. -
Uses of Decoder in jakarta.websocket.server
Modifier and TypeMethodDescriptionSets the decoder implementation classes to use in the configuration.