Uses of Class
javax.websocket.EncodeException

Packages that use EncodeException
javax.websocket   
 

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.
 




Copyright © 2012-2013 Oracle and/or its affiliates. All rights reserved.