com.flazr.io.f4v
Class UnknownPayload

java.lang.Object
  extended by com.flazr.io.f4v.UnknownPayload
All Implemented Interfaces:
Payload

public class UnknownPayload
extends Object
implements Payload


Constructor Summary
UnknownPayload(org.jboss.netty.buffer.ChannelBuffer in, BoxType type)
           
 
Method Summary
 void read(org.jboss.netty.buffer.ChannelBuffer in)
           
 String toString()
           
 org.jboss.netty.buffer.ChannelBuffer write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownPayload

public UnknownPayload(org.jboss.netty.buffer.ChannelBuffer in,
                      BoxType type)
Method Detail

read

public void read(org.jboss.netty.buffer.ChannelBuffer in)
Specified by:
read in interface Payload

write

public org.jboss.netty.buffer.ChannelBuffer write()
Specified by:
write in interface Payload

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.