Uses of Interface
org.glassfish.grizzly.filterchain.FilterChain
Packages that use FilterChain
Package
Description
-
Uses of FilterChain in org.glassfish.grizzly.filterchain
Classes in org.glassfish.grizzly.filterchain that implement FilterChainModifier and TypeClassDescriptionclassAbstractFilterChainimplementation, which redirectsProcessor.process(org.glassfish.grizzly.Context)call to theexecute(org.glassfish.grizzly.filterchain.FilterChainContext)final classDefaultFilterChainimplementationclassFilterChainfacade, which implements all theListrelated methods.Methods in org.glassfish.grizzly.filterchain that return FilterChainModifier and TypeMethodDescriptionabstract FilterChainFilterChainBuilder.build()FilterChainBuilder.StatelessFilterChainBuilder.build()FilterChainContext.getFilterChain()GetFilterChain, which runs theFilter.Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainModifier and TypeMethodDescriptionvoidBaseFilter.onAdded(FilterChain filterChain) Method is called, when the Filter has been added to the passedFilterChain.voidFilter.onAdded(FilterChain filterChain) Method is called, when the Filter has been added to the passedFilterChain.voidBaseFilter.onFilterChainChanged(FilterChain filterChain) Method is called, when theFilterChainthis Filter is part of, has been changed.voidFilter.onFilterChainChanged(FilterChain filterChain) Method is called, when theFilterChainthis Filter is part of, has been changed.voidBaseFilter.onRemoved(FilterChain filterChain) Method is called, when the Filter has been removed from the passedFilterChain.voidFilter.onRemoved(FilterChain filterChain) Method is called, when the Filter has been removed from the passedFilterChain. -
Uses of FilterChain in org.glassfish.grizzly.http.server
Methods in org.glassfish.grizzly.http.server that return FilterChain -
Uses of FilterChain in org.glassfish.grizzly.portunif
Methods in org.glassfish.grizzly.portunif that return FilterChainMethods in org.glassfish.grizzly.portunif with parameters of type FilterChainModifier and TypeMethodDescriptionPUFilter.register(ProtocolFinder protocolFinder, FilterChain filterChain) Registers newProtocolFinder-FilterChainpair, which defines the protocol.Constructors in org.glassfish.grizzly.portunif with parameters of type FilterChain -
Uses of FilterChain in org.glassfish.grizzly.ssl
Methods in org.glassfish.grizzly.ssl that return FilterChainMethods in org.glassfish.grizzly.ssl with parameters of type FilterChainModifier and TypeMethodDescriptionvoidSSLBaseFilter.onAdded(FilterChain filterChain) voidSSLBaseFilter.SSLTransportFilterWrapper.onAdded(FilterChain filterChain) voidSSLBaseFilter.SSLTransportFilterWrapper.onFilterChainChanged(FilterChain filterChain) voidSSLBaseFilter.onRemoved(FilterChain filterChain) voidSSLBaseFilter.SSLTransportFilterWrapper.onRemoved(FilterChain filterChain) voidSSLConnectionContext.setNewConnectionFilterChain(FilterChain newConnectionFilterChain) -
Uses of FilterChain in org.glassfish.grizzly.utils
Methods in org.glassfish.grizzly.utils with parameters of type FilterChainModifier and TypeMethodDescriptionvoidLogFilter.onAdded(FilterChain filterChain) voidLogFilter.onFilterChainChanged(FilterChain filterChain) voidLogFilter.onRemoved(FilterChain filterChain)