org.apache.qpid.transport.network
Class InputHandler
java.lang.Object
org.apache.qpid.transport.network.InputHandler
- All Implemented Interfaces:
- Receiver<ByteBuffer>
public class InputHandler
- extends Object
- implements Receiver<ByteBuffer>
InputHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputHandler
public InputHandler(Receiver<NetworkEvent> receiver,
InputHandler.State state)
InputHandler
public InputHandler(Receiver<NetworkEvent> receiver)
received
public void received(ByteBuffer buf)
- Specified by:
received
in interface Receiver<ByteBuffer>
exception
public void exception(Throwable t)
- Specified by:
exception
in interface Receiver<ByteBuffer>
closed
public void closed()
- Specified by:
closed
in interface Receiver<ByteBuffer>
Licensed to the Apache Software Foundation