com.caucho.message.encode
Class NullDecoder

java.lang.Object
  extended by com.caucho.message.encode.AbstractMessageDecoder<java.lang.Object>
      extended by com.caucho.message.encode.NullDecoder
All Implemented Interfaces:
MessageDecoder<java.lang.Object>

public class NullDecoder
extends AbstractMessageDecoder<java.lang.Object>

null decoder to ignore messages.


Field Summary
static NullDecoder DECODER
           
 
Constructor Summary
NullDecoder()
           
 
Method Summary
 java.lang.Object decode(java.io.InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DECODER

public static final NullDecoder DECODER
Constructor Detail

NullDecoder

public NullDecoder()
Method Detail

decode

public java.lang.Object decode(java.io.InputStream is)
                        throws java.io.IOException
Throws:
java.io.IOException