javax.websocket
Interface Encoder.Binary<T>
- Type Parameters:
T - The type of the custom object that this Encoder can encoder to a ByteBuffer.
- All Superinterfaces:
- Encoder
- Enclosing interface:
- Encoder
public static interface Encoder.Binary<T>
- extends Encoder
This interface defines how to provide a way to convert a custom
object into a binary message.
|
Method Summary |
ByteBuffer |
encode(T object)
Encode the given object into a byte array. |
encode
ByteBuffer encode(T object)
throws EncodeException
- Encode the given object into a byte array.
- Parameters:
object - the object being encoded.
- Returns:
- the binary data.
- Throws:
EncodeException
Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net