Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener
-
Packages that use FilterChainContext.CompletionListener Package Description org.glassfish.grizzly.filterchain -
-
Uses of FilterChainContext.CompletionListener in org.glassfish.grizzly.filterchain
Methods in org.glassfish.grizzly.filterchain with parameters of type FilterChainContext.CompletionListener Modifier and Type Method Description voidFilterChainContext. addCompletionListener(FilterChainContext.CompletionListener listener)Add theFilterChainContext.CompletionListener, which will be notified, when thisFilterChainContextprocessing will be completed.booleanFilterChainContext. removeCompletionListener(FilterChainContext.CompletionListener listener)Remove theFilterChainContext.CompletionListener.
-