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