Interface HandlerContext

All Known Implementing Classes:
DefaultHandlerContext

public interface HandlerContext
Enables a Handler to interact with its Pipeline and other handlers. Among other things a handler can notify the next Handler in the Pipeline as well as modify the Pipeline it belongs to dynamically.