@Singleton public class OutgoingHttpRequestProcessorImpl extends java.lang.Object implements OutgoingHttpRequestProcessor
OutgoingHttpRequestProcessor.| Constructor and Description |
|---|
OutgoingHttpRequestProcessorImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldProcessRequest(OutgointRequestProcessorMatcher matcher,
HttpRequest<?> request) |
boolean |
shouldProcessRequest(OutgointRequestProcessorMatcher matcher,
java.lang.String serviceId,
java.lang.String uri) |
public boolean shouldProcessRequest(OutgointRequestProcessorMatcher matcher, HttpRequest<?> request)
shouldProcessRequest in interface OutgoingHttpRequestProcessormatcher - A OutgointRequestProcessorMatcher implementation. Entity defining matching rules.request - The requestpublic boolean shouldProcessRequest(OutgointRequestProcessorMatcher matcher, java.lang.String serviceId, java.lang.String uri)
matcher - A OutgointRequestProcessorMatcher implementation. Entity defining matching rules.serviceId - The service iduri - The URI of the request being processed