Uses of Package
org.glassfish.grizzly.filterchain

Packages that use org.glassfish.grizzly.filterchain
org.glassfish.grizzly.compression.lzma   
org.glassfish.grizzly.compression.zip   
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.utils   
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.compression.lzma
BaseFilter
          Provides empty implementation for Filter processing methods.
Filter
          A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChainContext
          FilterChain Context implementation.
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.compression.zip
BaseFilter
          Provides empty implementation for Filter processing methods.
Filter
          A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChainContext
          FilterChain Context implementation.
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.filterchain
AbstractFilterChain
          Abstract FilterChain implementation, which redirects Processor.process(org.glassfish.grizzly.Context) call to the FilterChain.execute(org.glassfish.grizzly.filterchain.FilterChainContext)
BaseFilter
          Provides empty implementation for Filter processing methods.
CodecFilter
           
DefaultFilterChain
          Default FilterChain implementation
DefaultFilterChain.FILTER_STATE_TYPE
           
DefaultFilterChain.FilterExecution
           
DefaultFilterChain.FiltersState
           
DefaultFilterChain.FilterStateElement
           
Filter
          A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChain
           This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
FilterChainBuilder
          FilterChainBuilder.StatelessFilterChainBuilder implementation, which is responsible for constructing FilterChains.
FilterChainContext
          FilterChain Context implementation.
FilterChainContext.CompletionListener
          The interface, which represents a listener, which will be notified, once FilterChainContext processing is complete.
FilterChainContext.Operation
           
FilterChainContext.State
           
FilterChainContext.TransportContext
           
FilterChainEvent
           
FilterExecutor
          Executes appropriate Filter processing method to process occurred IOEvent.
ListFacadeFilterChain
          FilterChain facade, which implements all the List related methods.
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.nio.transport
BaseFilter
          Provides empty implementation for Filter processing methods.
Filter
          A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChainContext
          FilterChain Context implementation.
FilterChainEnabledTransport
          Common interface for Transports, which support FilterChains.
FilterChainEvent
           
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.ssl
AbstractCodecFilter
           
BaseFilter
          Provides empty implementation for Filter processing methods.
CodecFilter
           
Filter
          A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChainContext
          FilterChain Context implementation.
FilterChainEvent
           
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.utils
AbstractCodecFilter
           
BaseFilter
          Provides empty implementation for Filter processing methods.
CodecFilter
           
Filter
          A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
FilterChain
           This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
FilterChainContext
          FilterChain Context implementation.
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.