Uses of Interface
org.glassfish.grizzly.filterchain.FilterChain
-
Packages that use FilterChain Package Description org.glassfish.grizzly.filterchain org.glassfish.grizzly.ssl org.glassfish.grizzly.utils -
-
Uses of FilterChain in org.glassfish.grizzly.filterchain
Classes in org.glassfish.grizzly.filterchain that implement FilterChain Modifier and Type Class Description classAbstractFilterChainAbstractFilterChainimplementation, which redirectsProcessor.process(org.glassfish.grizzly.Context)call to theexecute(org.glassfish.grizzly.filterchain.FilterChainContext)classDefaultFilterChainDefaultFilterChainimplementationclassListFacadeFilterChainFilterChainfacade, which implements all theListrelated methods.Methods in org.glassfish.grizzly.filterchain that return FilterChain Modifier and Type Method Description abstract FilterChainFilterChainBuilder. build()FilterChainFilterChainBuilder.StatelessFilterChainBuilder. build()FilterChainFilterChainContext. getFilterChain()GetFilterChain, which runs theFilter.Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChain Modifier and Type Method Description voidBaseFilter. 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.ssl
Methods in org.glassfish.grizzly.ssl that return FilterChain Modifier and Type Method Description FilterChainSSLConnectionContext. getNewConnectionFilterChain()Methods in org.glassfish.grizzly.ssl with parameters of type FilterChain Modifier and Type Method Description voidSSLBaseFilter. 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 FilterChain Modifier and Type Method Description voidLogFilter. onAdded(FilterChain filterChain)voidLogFilter. onFilterChainChanged(FilterChain filterChain)voidLogFilter. onRemoved(FilterChain filterChain)
-