Uses of Class
javax.websocket.EncodeException
Packages that use EncodeException
-
Uses of EncodeException in javax.websocket
Methods in javax.websocket that throw EncodeExceptionModifier and TypeMethodDescriptionEncode the given object into a byte array.voidEncoder.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.voidEncode the given object to a character stream writing it to the supplied Writer.voidRemoteEndpoint.Basic.sendObject(Object data) Sends a custom developer object, blocking until it has been transmitted.