Uses of Interface
org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener

Packages that use FilterChainContext.CompletionListener
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
 void FilterChainContext.addCompletionListener(FilterChainContext.CompletionListener listener)
          Add the FilterChainContext.CompletionListener, which will be notified, when this FilterChainContext processing will be completed.
 boolean FilterChainContext.removeCompletionListener(FilterChainContext.CompletionListener listener)
          Remove the FilterChainContext.CompletionListener.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.