Interface RequestFilter

All Known Implementing Classes:
CheckForUpdatesFilter, EndOfRequestCleanupFilter, RequestErrorFilter, StaticFilesFilter

public interface RequestFilter
Filter interface for RequestHandler. Implementations of this interface may be contributed into the RequestHandler service configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    service(Request request, Response response, RequestHandler handler)
    Returns true if the request has been handled, false otherwise.