Class AbstractNIOAsyncQueueReader

java.lang.Object
org.glassfish.grizzly.AbstractReader<SocketAddress>
org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
All Implemented Interfaces:
AsyncQueue, AsyncQueueReader<SocketAddress>, Reader<SocketAddress>
Direct Known Subclasses:
TCPNIOAsyncQueueReader, UDPNIOAsyncQueueReader

public abstract class AbstractNIOAsyncQueueReader extends AbstractReader<SocketAddress> implements AsyncQueueReader<SocketAddress>
The AsyncQueueReader implementation, based on the Java NIO
Author:
Alexey Stashok, Ryan Lubke, Gustav Trede