org.glassfish.tyrus.platform.encoders
Class BinaryEncoderNoOp

java.lang.Object
  extended by org.glassfish.tyrus.platform.encoders.BinaryEncoderNoOp
All Implemented Interfaces:
javax.net.websocket.Encoder, javax.net.websocket.Encoder.Binary

public class BinaryEncoderNoOp
extends java.lang.Object
implements javax.net.websocket.Encoder.Binary

Author:
Stepan Kopriva (stepan.kopriva at oracle.com)

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.net.websocket.Encoder
javax.net.websocket.Encoder.Binary<T>, javax.net.websocket.Encoder.Text<T>
 
Constructor Summary
BinaryEncoderNoOp()
           
 
Method Summary
 byte[] encode(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryEncoderNoOp

public BinaryEncoderNoOp()
Method Detail

encode

public byte[] encode(java.lang.Object object)
              throws javax.net.websocket.EncodeException
Specified by:
encode in interface javax.net.websocket.Encoder.Binary
Throws:
javax.net.websocket.EncodeException


Copyright © 2012. All Rights Reserved.