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