Uses of Package
org.glassfish.grizzly.filterchain

Packages that use org.glassfish.grizzly.filterchain
org.glassfish.grizzly.filterchain   
org.glassfish.grizzly.nio.transport   
org.glassfish.grizzly.smart   
org.glassfish.grizzly.ssl   
org.glassfish.grizzly.util   
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.filterchain
AbstractFilterChain
          Abstract FilterChain implementation, which redirects com.sun.grizzly.Processor#process(com.sun.grizzly.Context) call to the AbstractFilterChain#execute(com.sun.grizzly.filterchain.FilterChainContext)
DefaultDecoderTransformer
           
DefaultEncoderTransformer
           
DefaultFilterChain
          Default FilterChain implementation
DefaultFilterChain.FilterExecutor
          Executes appropriate Filter processing method to process occured IOEvent.
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.
FilterAdapter
          Provides empty implementation for Filter processing methods.
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.
FilterChainFactory
          Factory, which is responsible for creating, releasing FilterChains.
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.
PatternFilterChainFactory
          FilterChainFactory implementation, which is able to create new FilterChain instances by the given pattern.
TransportFilter.Mode
           
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.nio.transport
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.
FilterAdapter
          Provides empty implementation for Filter processing methods.
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.
FilterChainEnabledTransport
          Common interface for Transports, which support FilterChains.
FilterChainFactory
          Factory, which is responsible for creating, releasing FilterChains.
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.smart
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.
FilterAdapter
          Provides empty implementation for Filter processing methods.
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.ssl
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.
FilterAdapter
          Provides empty implementation for Filter processing methods.
FilterChainContext
          FilterChain Context implementation.
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
StreamTransformerFilter
           
 

Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.util
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.
FilterAdapter
          Provides empty implementation for Filter processing methods.
FilterChainContext
          FilterChain Context implementation.
NextAction
          The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.