org.apache.qpid.transport.network.io
Class IoReceiver
java.lang.Object
org.apache.qpid.transport.network.io.IoReceiver
- All Implemented Interfaces:
- Runnable
final class IoReceiver
- extends Object
- implements Runnable
IoReceiver
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 |
IoReceiver
public IoReceiver(IoContext ioCtx,
Receiver<ByteBuffer> receiver,
int bufferSize,
long timeout)
close
void close(boolean block)
run
public void run()
- Specified by:
run
in interface Runnable
Licensed to the Apache Software Foundation