Interface OutgoingHttpRequestProcessor

All Known Implementing Classes:
OutgoingHttpRequestProcessorImpl

public interface OutgoingHttpRequestProcessor
Defines a utility class which evaluates if a HttpRequest should be processed.
Since:
1.0
Author:
Sergio del Amo
  • Method Details

    • shouldProcessRequest

      boolean shouldProcessRequest(OutgoingRequestProcessorMatcher matcher, HttpRequest<?> request)
      Parameters:
      matcher - Request Matcher
      request - The request
      Returns:
      true if the request should be processed