public interface RequestFilter
A request filter is used to filter an incoming request.
abstract Boolean
accept(HttpServerRequest request)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean accept(HttpServerRequest request)
Returns true is the request is accepted, false either.