org.apache.qpid.transport.network.io
Class InputHandler_0_9

java.lang.Object
  extended by org.apache.qpid.transport.network.io.InputHandler_0_9
All Implemented Interfaces:
Receiver<ByteBuffer>

public class InputHandler_0_9
extends Object
implements Receiver<ByteBuffer>


Constructor Summary
InputHandler_0_9(AMQVersionAwareProtocolSession session)
           
 
Method Summary
 void closed()
           
 void exception(Throwable t)
           
 void received(ByteBuffer buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputHandler_0_9

public InputHandler_0_9(AMQVersionAwareProtocolSession session)
Method Detail

closed

public void closed()
Specified by:
closed in interface Receiver<ByteBuffer>

exception

public void exception(Throwable t)
Specified by:
exception in interface Receiver<ByteBuffer>

received

public void received(ByteBuffer buf)
Specified by:
received in interface Receiver<ByteBuffer>


Licensed to the Apache Software Foundation