Uses of Package
com.sun.grizzly.http

Packages that use com.sun.grizzly.http
com.sun.grizzly.arp   
com.sun.grizzly.http   
com.sun.grizzly.http.embed   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.standalone.comet   
com.sun.grizzly.standalone.cometd   
com.sun.grizzly.standalone.servlet   
com.sun.grizzly.webserver   
com.sun.grizzly.websockets   
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.arp
DefaultProtocolFilter
          Default ProtocolFilter implementation, that allows HTTP request processing.
HttpWorkerThread
          Specialized WorkerThread.
ProcessorTask
          Process HTTP request.
SocketChannelOutputBuffer
          Output buffer.
Task
          Wrapper object used by the WorkerThread
TaskBase
          Abstract implementation of a Task object.
TaskEvent
          Sample event object used by instance of TaskListener to share status information about where they are when processing a request.
TaskListener
          This interface allows Task object to communicate their state when WorkerThread start processing them or when the processing is completed.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.http
CompressionFiltersProvider
          Provider, which is responsible for collecting compression filters.
FileCache
          This class implements a file caching mechanism used to cache static resources.
FileCache.FileCacheEntry
           
FileCacheFactory
          A factory for creating FileCache instance.
HttpSelectorHandler
          General HTTP SelectorHandler interface
HttpWorkerThread
          Specialized WorkerThread.
KeepAliveStats
          Class collecting keep-alive statistics.
Management
          Simple interface used as a wrapper to a JMX management implementation.
ProcessorTask
          Process HTTP request.
ProcessorTaskFactory
          Factory, responsible for creating ProcessorTask.
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
SelectorThreadKeyHandler
          Default HTTP SelectionKeyHandler implementation
SocketChannelOutputBuffer
          Output buffer.
StatsThreadPool
          Internal FIFO used by the Worker Threads to pass information between Task objects.
Task
          Wrapper object used by the WorkerThread
TaskBase
          Abstract implementation of a Task object.
TaskEvent
          Sample event object used by instance of TaskListener to share status information about where they are when processing a request.
TaskListener
          This interface allows Task object to communicate their state when WorkerThread start processing them or when the processing is completed.
ThreadPoolStatistic
          This class is a placeholde for gathering statistic from a ExecutorService
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.http.embed
KeepAliveStats
          Class collecting keep-alive statistics.
Management
          Simple interface used as a wrapper to a JMX management implementation.
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
ThreadPoolStatistic
          This class is a placeholde for gathering statistic from a ExecutorService
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.ssl
DefaultProtocolFilter
          Default ProtocolFilter implementation, that allows HTTP request processing.
FileCache
          This class implements a file caching mechanism used to cache static resources.
FileCache.FileCacheEntry
           
FileCacheFactory
          A factory for creating FileCache instance.
HttpSelectorHandler
          General HTTP SelectorHandler interface
HttpWorkerThread
          Specialized WorkerThread.
ProcessorTask
          Process HTTP request.
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
SocketChannelOutputBuffer
          Output buffer.
SocketChannelOutputBuffer.AsyncWriteCallbackHandlerImpl
          AsyncWriteCallbackHandler implementation, which is responsible for returning cloned ByteBuffers to the pool
Task
          Wrapper object used by the WorkerThread
TaskBase
          Abstract implementation of a Task object.
TaskListener
          This interface allows Task object to communicate their state when WorkerThread start processing them or when the processing is completed.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.standalone
FileCache
          This class implements a file caching mechanism used to cache static resources.
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.standalone.comet
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.standalone.cometd
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.standalone.servlet
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.webserver
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.websockets
ProcessorTask
          Process HTTP request.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.