Class ConditionalHandler.DontHandle

All Implemented Interfaces:
Handler, Handler.Container, Handler.Singleton, Request.Handler, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle, Invocable
Enclosing class:
ConditionalHandler

public static class ConditionalHandler.DontHandle extends ConditionalHandler.ElseNext
An implementation of ConditionalHandler that, if conditions are met, will not do any further handling by returning false from onConditionsMet(Request, Response, Callback). Otherwise, the next handler will be invoked.