Interface Exit

  • All Known Implementing Classes:
    Exit.And, Exit.Not, Exit.Or

    public interface Exit
    HTTP front exit.

    All implementations of this interface must be immutable and thread-safe.

    Since:
    0.1
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Exit.And
      AND.
      static class  Exit.Not
      NOT.
      static class  Exit.Or
      OR.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Exit NEVER
      Never exit.
    • Field Detail

      • NEVER

        static final Exit NEVER
        Never exit.
    • Method Detail

      • ready

        boolean ready()
        Ready to exit?
        Returns:
        TRUE if Front should stop