Package com.sun.grizzly.http

Interface Summary
Management Simple interface used as a wrapper to a JMX management implementation.
Task Wrapper object used by the WorkerThread
TaskListener This interface allows Task object to communicate their state when WorkerThread start processing them or when the processing is completed.
 

Class Summary
Constants Constants.
DefaultProtocolFilter Default ProtocolFilter implementation, that allows http request processing.
FileCache This class implements a file caching mechanism used to cache static resources.
FileCacheFactory A factory for creating FileCache instance.
HttpProtocolChain Customized implementation of a ProtocolChain
HttpWorkerThread Specialized WorkerThread.
KeepAliveStats Class collecting keep-alive statistics.
KeepAliveThreadAttachment Add keep alive counting mechanism to the ThreadAttachement.
ProcessorTask Process HTTP request.
SelectorThread The SelectorThread class is the entry point when embedding the Grizzly Web Server.
SelectorThreadConfig  
SelectorThreadHandler SelectorHandler implementation SelectorThread passes to Controller.
SelectorThreadKeyHandler Default HTTP SelectionKeyHandler implementation
SocketChannelOutputBuffer Output buffer.
SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl AsyncWriteCallbackHandler implementation, which is responsible for returning cloned ByteBuffers to the pool
StatsThreadPool Internal FIFO used by the Worker Threads to pass information between Task objects.
TaskBase Abstract implementation of a Task object.
TaskEvent<E> Sample event object used by instance of TaskListener to share status information about where they are when processing a request.
ThreadPoolStatistic This class is a placeholde for gathering statistic from a ExecutorService
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.