Package 

Interface RequestFilter


  • 
    public interface RequestFilter
    
                        

    A request filter is used to filter an incoming request.

    • Method Summary

      Modifier and Type Method Description
      abstract Boolean accept(HttpServerRequest request) Returns true is the request is accepted, false either.
      • Methods inherited from class ai.tock.shared.security.RequestFilter

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • accept

         abstract Boolean accept(HttpServerRequest request)

        Returns true is the request is accepted, false either.