org.glassfish.grizzly.asyncqueue
Interface AsyncQueueReader<L>

All Superinterfaces:
AsyncQueue, Reader<L>
All Known Implementing Classes:
AbstractNIOAsyncQueueReader, TCPNIOAsyncQueueReader, UDPNIOAsyncQueueReader

public interface AsyncQueueReader<L>
extends Reader<L>, AsyncQueue

The AsyncQueue, which implements asynchronous read queue.

Author:
Alexey Stashok

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.glassfish.grizzly.asyncqueue.AsyncQueue
AsyncQueue.AsyncResult
 
Field Summary
 
Fields inherited from interface org.glassfish.grizzly.Reader
COMPLETE_EVENT, INCOMPLETE_EVENT, READ_EVENT
 
Fields inherited from interface org.glassfish.grizzly.asyncqueue.AsyncQueue
EXPECTING_MORE_OPTION
 
Method Summary
 
Methods inherited from interface org.glassfish.grizzly.Reader
read, read, read, read
 
Methods inherited from interface org.glassfish.grizzly.asyncqueue.AsyncQueue
close, isReady, onClose, processAsync
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.