Uses of Package
com.sun.grizzly.http

Packages that use com.sun.grizzly.http
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.jruby   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.standalone.servlet   
 

Classes in com.sun.grizzly.http used by com.sun.grizzly.arp
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsycnProcesssorTask in pre/post or interrupted.
AsyncHandler
          When asynchronous request processing is enabled, the Task must delegate the execution of the request processing to an implementation of this interface.
AsyncTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
HttpWorkerThread
          Specialized WorkerThread.
ProcessorTask
          Process HTTP request.
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.comet
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsycnProcesssorTask in pre/post or interrupted.
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
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsycnProcesssorTask in pre/post or interrupted.
AsyncHandler
          When asynchronous request processing is enabled, the Task must delegate the execution of the request processing to an implementation of this interface.
AsyncTask
          A Task that wraps the execution of an asynchronous execution of a ProcessorTask.
ByteBufferStream
          Add Flushable properties to a ByteBuffer stream.
DefaultProcessorTask
          Process HTTP request.
FileCache
          This class implements a file caching mechanism used to cache static resources.
FileCache.FileCacheEntry
           
FileCacheFactory
          A factory for creating FileCache instance.
HttpWorkerThread
          Specialized WorkerThread.
KeepAliveCountManager
          Keep Alive subsystems.
KeepAliveStats
          Class collecting keep-alive statistics.
LinkedListPipeline
          Internal FIFO used by the Worker Threads to pass information between Task objects.
Management
          Simple interface used as a wrapper to a JMX management implementation.
PipelineStatistic
          This class is a placeholde for gathering statistic from a Pipeline
ProcessorTask
          Process HTTP request.
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
SelectorThreadKeyHandler
          Default HTTP SelectionKeyHandler implementation
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.jruby
AsyncExecutor
          A interface used to define the execution of a AsyncTask By default, AsyncTask will invoke an implementation of this interface in this order: (1) preExecute() (2) interrupt() (3) postExecute() Implementation of this interface must decide when a task must be interrupted.
AsyncFilter
          An interface marker used to execute operations before a AsycnProcesssorTask in pre/post or interrupted.
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.ssl
DefaultProcessorTask
          Process HTTP request.
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.
HttpWorkerThread
          Specialized WorkerThread.
ProcessorTask
          Process HTTP request.
SecureSelector
          Non blocking SSL interface secure instance of SelectorThread must implement.
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
SocketChannelOutputBuffer
          Output buffer.
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.servlet
SelectorThread
          The SelectorThread class is the entry point when embedding the Grizzly Web Server.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.