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