Uses of Package
com.sun.grizzly.filterchain

Packages that use com.sun.grizzly.filterchain
com.sun.grizzly.filterchain   
com.sun.grizzly.nio.transport   
com.sun.grizzly.smart   
com.sun.grizzly.ssl   
com.sun.grizzly.utils   
 

Classes in com.sun.grizzly.filterchain used by com.sun.grizzly.filterchain
AbstractFilterChain
          Abstract FilterChain implementation, which redirects 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 com.sun.grizzly.filterchain used by com.sun.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 com.sun.grizzly.filterchain used by com.sun.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 com.sun.grizzly.filterchain used by com.sun.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 com.sun.grizzly.filterchain used by com.sun.grizzly.utils
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.