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

java.lang.Object
  extended by org.apache.qpid.transport.network.io.IoReceiver
All Implemented Interfaces:
Runnable

final class IoReceiver
extends Object
implements Runnable

IoReceiver


Constructor Summary
IoReceiver(IoContext ioCtx, Receiver<ByteBuffer> receiver, int bufferSize, long timeout)
           
 
Method Summary
(package private)  void close(boolean block)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IoReceiver

public IoReceiver(IoContext ioCtx,
                  Receiver<ByteBuffer> receiver,
                  int bufferSize,
                  long timeout)
Method Detail

close

void close(boolean block)

run

public void run()
Specified by:
run in interface Runnable


Licensed to the Apache Software Foundation