Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener
-
Packages that use FilterChainContext.CopyListener Package Description org.glassfish.grizzly.filterchain -
-
Uses of FilterChainContext.CopyListener in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainContext.CopyListener Modifier and Type Method Description voidFilterChainContext. addCopyListener(FilterChainContext.CopyListener listener)Add theFilterChainContext.CopyListener, which will be notified, right after thisFilterChainContext.copy()is called.booleanFilterChainContext. removeCopyListener(FilterChainContext.CopyListener listener)Remove theFilterChainContext.CopyListener.
-