Uses of Package
com.sun.enterprise.web.connector.grizzly

Packages that use com.sun.enterprise.web.connector.grizzly
com.sun.enterprise.web.ara   
com.sun.enterprise.web.ara.algorithms   
com.sun.enterprise.web.ara.rules   
com.sun.enterprise.web.connector.grizzly   
com.sun.enterprise.web.connector.grizzly.algorithms   
com.sun.enterprise.web.connector.grizzly.async   
com.sun.enterprise.web.connector.grizzly.blocking   
com.sun.enterprise.web.connector.grizzly.comet   
com.sun.enterprise.web.connector.grizzly.handlers   
com.sun.enterprise.web.connector.grizzly.ssl   
com.sun.enterprise.web.connector.grizzly.standalone   
com.sun.enterprise.web.portunif   
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.ara
KeepAliveStats
          Class collecting keep-alive statistics.
LinkedListPipeline
          Internal FIFO used by the Worker Threads to pass information between Task objects.
Pipeline
          An interface used as a wrapper around any kind of thread pool
Rule
          A rule is used to define operations, and can be executed by invoking call directly or using any objects that supports the Callable interface.
SelectorThread
          This class implement an NIO socket HTTP Listener.
StreamAlgorithm
          This interface defines the methods an instance of a ReadTask will invoke.
Task
          Wrapper object used by the WorkerThread
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.enterprise.web.connector.grizzly used by com.sun.enterprise.web.ara.algorithms
Handler
          Simple interception hook used to trap events inside Grizzly core.
SelectorThread
          This class implement an NIO socket HTTP Listener.
StreamAlgorithm
          This interface defines the methods an instance of a ReadTask will invoke.
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.ara.rules
Pipeline
          An interface used as a wrapper around any kind of thread pool
ReadTask
          Main Task to handle OP_READ.
Rule
          A rule is used to define operations, and can be executed by invoking call directly or using any objects that supports the Callable interface.
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.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly
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.
ByteBufferInputStream
          This class implement IO stream operations on top of a ByteBuffer.
ByteBufferStream
          Add Flushable properties to a ByteBuffer stream.
DefaultProcessorTask
          Process HTTP request.
DefaultReadTask
          Read available data on a non blocking SocketChannel.
FileCache
          This class implements a file caching mechanism used to cache static resources.
FileCache.FileCacheEntry
           
FileCacheFactory
          A factory for creating FileCache instance.
Handler
          Simple interception hook used to trap events inside Grizzly core.
KeepAlivePipeline
          Keep Alive subsystems.
KeepAliveStats
          Class collecting keep-alive statistics.
Management
          Simple interface used as a wrapper to a JMX management implementation.
MultiSelectorThread
          This interface allow implementation of multi Selector support from a SelectorThread.
NioProvider
          Nio Provider interface to handle 6562829.
Pipeline
          An interface used as a wrapper around any kind of thread pool
PipelineStatistic
          This class is a placeholde for gathering statistic from a Pipeline
ProcessorTask
          Process HTTP request.
ReadTask
          Main Task to handle OP_READ.
SelectorThread
          This class implement an NIO socket HTTP Listener.
StreamAlgorithm
          This interface defines the methods an instance of a ReadTask will invoke.
Task
          Wrapper object used by the WorkerThread
TaskBase
          Abstract implementation of a Task object.
TaskContext
          This class encapsulates the logic required to synchronized unblocking socket request with the blocked stream architecture of Tomcat.
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.
WorkerThread
          Simple interface to allow the addition of Thread attributes.
WorkerThreadImpl
          Simple worker thread used for processing HTTP requests.
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly.algorithms
Handler
          Simple interception hook used to trap events inside Grizzly core.
SelectorThread
          This class implement an NIO socket HTTP Listener.
StreamAlgorithm
          This interface defines the methods an instance of a ReadTask will invoke.
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly.async
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.
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.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly.blocking
DefaultProcessorTask
          Process HTTP request.
DefaultReadTask
          Read available data on a non blocking SocketChannel.
PipelineStatistic
          This class is a placeholde for gathering statistic from a Pipeline
ProcessorTask
          Process HTTP request.
ReadTask
          Main Task to handle OP_READ.
SecureSelector
          Non blocking SSL interface secure instance of SelectorThread must implement.
SelectorThread
          This class implement an NIO socket HTTP Listener.
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.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.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.
ByteBufferInputStream
          This class implement IO stream operations on top of a ByteBuffer.
Pipeline
          An interface used as a wrapper around any kind of thread pool
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.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly.handlers
FileCache
          This class implements a file caching mechanism used to cache static resources.
Handler
          Simple interception hook used to trap events inside Grizzly core.
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly.ssl
ByteBufferInputStream
          This class implement IO stream operations on top of a ByteBuffer.
DefaultProcessorTask
          Process HTTP request.
DefaultReadTask
          Read available data on a non blocking SocketChannel.
FileCache
          This class implements a file caching mechanism used to cache static resources.
FileCacheFactory
          A factory for creating FileCache instance.
LinkedListPipeline
          Internal FIFO used by the Worker Threads to pass information between Task objects.
MultiSelectorThread
          This interface allow implementation of multi Selector support from a SelectorThread.
Pipeline
          An interface used as a wrapper around any kind of thread pool
ProcessorTask
          Process HTTP request.
ReadTask
          Main Task to handle OP_READ.
SecureSelector
          Non blocking SSL interface secure instance of SelectorThread must implement.
SelectorThread
          This class implement an NIO socket HTTP Listener.
SocketChannelOutputBuffer
          Output buffer.
StreamAlgorithm
          This interface defines the methods an instance of a ReadTask will invoke.
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.
WorkerThread
          Simple interface to allow the addition of Thread attributes.
WorkerThreadImpl
          Simple worker thread used for processing HTTP requests.
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.connector.grizzly.standalone
FileCache
          This class implements a file caching mechanism used to cache static resources.
Handler
          Simple interception hook used to trap events inside Grizzly core.
StreamAlgorithm
          This interface defines the methods an instance of a ReadTask will invoke.
 

Classes in com.sun.enterprise.web.connector.grizzly used by com.sun.enterprise.web.portunif
LinkedListPipeline
          Internal FIFO used by the Worker Threads to pass information between Task objects.
Pipeline
          An interface used as a wrapper around any kind of thread pool
Task
          Wrapper object used by the WorkerThread
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.