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

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

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

The AsyncQueueProcessor, which implements asynchronous read queue.

Author:
Alexey Stashok

Field Summary
 
Fields inherited from interface org.glassfish.grizzly.Reader
COMPLETE_EVENT, INCOMPLETE_EVENT, READ_EVENT
 
Fields inherited from interface org.glassfish.grizzly.asyncqueue.AsyncQueueProcessor
NOT_REGISTER_KEY
 
Method Summary
 
Methods inherited from interface org.glassfish.grizzly.Reader
read, read, read, read
 
Methods inherited from interface org.glassfish.grizzly.asyncqueue.AsyncQueueProcessor
close, isReady, onClose, processAsync
 
Methods inherited from interface org.glassfish.grizzly.Processor
afterProcess, beforeProcess, context, isInterested, process, setInterested
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.