Uses of Class
jakarta.websocket.EncodeException
Package
Description
This package contains all the Jakarta WebSocket APIs common to both the client and server side.
Core classes.
Encoder and decoder adapters and built-in implementations.
-
Uses of EncodeException in jakarta.websocket
Modifier and TypeMethodDescriptionEncode the given object into a byte array.void
Encoder.BinaryStream.encode
(T object, OutputStream os) Encode the given object into a binary stream written to the implementation provided OutputStream.Encode the given object into a String.void
Encode the given object to a character stream writing it to the supplied Writer.void
RemoteEndpoint.Basic.sendObject
(Object data) Sends a custom developer object, blocking until it has been transmitted. -
Uses of EncodeException in org.glassfish.tyrus.core
-
Uses of EncodeException in org.glassfish.tyrus.core.coder
Modifier and TypeMethodDescriptionNoOpByteArrayCoder.encode
(byte[] object) NoOpByteBufferCoder.encode
(ByteBuffer object)