Module org.glassfish.grizzly
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.-
Method Summary
Modifier and TypeMethodDescriptionvoidonCopy(FilterChainContext srcContext, FilterChainContext copiedContext) The method is called, when passedFilterChainContextis copied.
-
Method Details
-
onCopy
The method is called, when passedFilterChainContextis copied.- Parameters:
srcContext- source ContextcopiedContext- copied Context
-