com.sun.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 com.sun.grizzly.Reader
COMPLETE_EVENT, INCOMPLETE_EVENT, READ_EVENT
 
Fields inherited from interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
NOT_REGISTER_KEY
 
Method Summary
 
Methods inherited from interface com.sun.grizzly.Reader
read, read, read, read
 
Methods inherited from interface com.sun.grizzly.asyncqueue.AsyncQueueProcessor
close, isReady, onClose, processAsync
 
Methods inherited from interface com.sun.grizzly.Processor
afterProcess, beforeProcess, context, isInterested, process, setInterested
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.