org.glassfish.grizzly.filterchain
Interface FilterChainContext.CopyListener
- Enclosing class:
- FilterChainContext
public static interface FilterChainContext.CopyListener
The interface, which represents a listener, which will be notified,
after FilterChainContext.copy() is called.
- See Also:
FilterChainContext.addCopyListener(org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener)
onCopy
void onCopy(FilterChainContext srcContext,
FilterChainContext copiedContext)
- The method is called, when passed
FilterChainContext
is copied.
- Parameters:
srcContext - source ContextdstContext - copied Context
Copyright © 2012 Oracle Corporation. All Rights Reserved.