Uses of Class
javax.websocket.EncodeException

Packages that use EncodeException
javax.websocket   
org.glassfish.tyrus   
org.glassfish.tyrus.grizzly   
 

Uses of EncodeException in javax.websocket
 

Methods in javax.websocket that throw EncodeException
 String Encoder.Text.encode(T object)
          Encode the given object into a String.
 ByteBuffer Encoder.Binary.encode(T object)
          Encode 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.
 void Encoder.TextStream.encode(T object, Writer writer)
          Encode the given object to a character stream writing it to the supplied Writer.
 void RemoteEndpoint.sendObject(Object o)
          Sends a custom developer object, blocking until it has been transmitted.
 

Uses of EncodeException in org.glassfish.tyrus
 

Methods in org.glassfish.tyrus that throw EncodeException
 ByteBuffer NoOpBinaryCoder.encode(ByteBuffer object)
           
 String ToStringEncoder.encode(Object object)
           
 String NoOpTextCoder.encode(String object)
           
 void RemoteEndpointWrapper.sendObject(Object o)
           
 

Uses of EncodeException in org.glassfish.tyrus.grizzly
 

Methods in org.glassfish.tyrus.grizzly that throw EncodeException
 void GrizzlyRemoteEndpoint.sendObject(Object o)
           
 



Copyright © 2012. All Rights Reserved.