org.apache.qpid.transport.network
Class InputHandler

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

public class InputHandler
extends Object
implements Receiver<ByteBuffer>

InputHandler


Nested Class Summary
static class InputHandler.State
           
 
Constructor Summary
InputHandler(Receiver<NetworkEvent> receiver)
           
InputHandler(Receiver<NetworkEvent> receiver, InputHandler.State state)
           
 
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

public InputHandler(Receiver<NetworkEvent> receiver,
                    InputHandler.State state)

InputHandler

public InputHandler(Receiver<NetworkEvent> receiver)
Method Detail

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