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

Packages that use FilterChainContext.CopyListener
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
 void FilterChainContext.addCopyListener(FilterChainContext.CopyListener listener)
          Add the FilterChainContext.CopyListener, which will be notified, right after this FilterChainContext.copy() is called.
 boolean FilterChainContext.removeCopyListener(FilterChainContext.CopyListener listener)
          Remove the FilterChainContext.CopyListener.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.