org.apache.qpid.transport.network.io
Class InputHandler_0_9
java.lang.Object
org.apache.qpid.transport.network.io.InputHandler_0_9
- All Implemented Interfaces:
- Receiver<ByteBuffer>
public class InputHandler_0_9
- extends Object
- implements Receiver<ByteBuffer>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputHandler_0_9
public InputHandler_0_9(AMQVersionAwareProtocolSession session)
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