Uses of Package
org.glassfish.grizzly.filterchain
Packages that use org.glassfish.grizzly.filterchain
Package
Description
-
Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.compression.lzmaClassDescriptionProvides empty implementation for
Filterprocessing methods.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 aFilterChainContext.FilterChainContextimplementation.The interface defines the instruction for aFilterChain, how it should continue filter chain execution. -
Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.compression.zipClassDescriptionProvides empty implementation for
Filterprocessing methods.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 aFilterChainContext.FilterChainContextimplementation.The interface defines the instruction for aFilterChain, how it should continue filter chain execution. -
Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.filterchainClassDescriptionAbstract
FilterChainimplementation, which redirectsProcessor.process(org.glassfish.grizzly.Context)call to theFilterChain.execute(org.glassfish.grizzly.filterchain.FilterChainContext)Provides empty implementation forFilterprocessing methods.DefaultFilterChainimplementationA 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 aFilterChainContext.This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).FilterChainBuilderimplementation, which is responsible for constructingFilterChains.FilterChainContextimplementation.The interface, which represents a listener, which will be notified, onceFilterChainContextprocessing is complete.The interface, which represents a listener, which will be notified, afterFilterChainContext.copy()is called.FilterChainfacade, which implements all theListrelated methods.The interface defines the instruction for aFilterChain, how it should continue filter chain execution. -
Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.nio.transportClassDescriptionProvides empty implementation for
Filterprocessing methods.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 aFilterChainContext.FilterChainContextimplementation.Common interface for Transports, which supportFilterChains.The interface defines the instruction for aFilterChain, how it should continue filter chain execution. -
Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.sslClassDescriptionProvides empty implementation for
Filterprocessing methods.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 aFilterChainContext.This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).FilterChainContextimplementation.The interface defines the instruction for aFilterChain, how it should continue filter chain execution. -
Classes in org.glassfish.grizzly.filterchain used by org.glassfish.grizzly.utilsClassDescriptionProvides empty implementation for
Filterprocessing methods.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 aFilterChainContext.This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).FilterChainContextimplementation.The interface defines the instruction for aFilterChain, how it should continue filter chain execution.