T
- the type of the object this encoder can encode to a CharacterStream.public static interface Encoder.TextStream<T> extends Encoder
Encoder.Binary<T>, Encoder.BinaryStream<T>, Encoder.Text<T>, Encoder.TextStream<T>
void encode(T object, Writer writer) throws EncodeException, IOException
object
- the object to be encoded.writer
- the writer provided by the web socket runtime to write the encoded data.EncodeException
- if there was an error encoding the object due to its state.IOException
- if there was an exception writing to the writer.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.