Class ConditionalHandler.SkipNext

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

public static class ConditionalHandler.SkipNext extends ConditionalHandler.ElseNext
An implementation of ConditionalHandler that, if conditions are met, will skip the next Handler by invoking its next Handler. Otherwise, the next handler will be invoked.