Uses of Interface
org.mockserver.matchers.HttpRequestMatcher
-
Packages that use HttpRequestMatcher Package Description org.mockserver.log.model org.mockserver.matchers org.mockserver.mock -
-
Uses of HttpRequestMatcher in org.mockserver.log.model
Methods in org.mockserver.log.model with parameters of type HttpRequestMatcher Modifier and Type Method Description booleanLogEntry. matches(HttpRequestMatcher matcher) -
Uses of HttpRequestMatcher in org.mockserver.matchers
Classes in org.mockserver.matchers that implement HttpRequestMatcher Modifier and Type Class Description classAbstractHttpRequestMatcherclassBinaryRequestPropertiesMatcherclassDnsRequestPropertiesMatcherclassHttpRequestPropertiesMatcherMatches HTTP request properties against expectation criteria.classHttpRequestsPropertiesMatcherMethods in org.mockserver.matchers that return HttpRequestMatcher Modifier and Type Method Description HttpRequestMatcherAbstractHttpRequestMatcher. setResponseInProgress(boolean responseInProgress)HttpRequestMatcherHttpRequestMatcher. setResponseInProgress(boolean responseInProgress)HttpRequestMatcherMatcherBuilder. transformsToMatcher(Expectation expectation)HttpRequestMatcherMatcherBuilder. transformsToMatcher(RequestDefinition requestDefinition)HttpRequestMatcherHttpRequestMatcher. withSource(MockServerMatcherNotifier.Cause source) -
Uses of HttpRequestMatcher in org.mockserver.mock
Methods in org.mockserver.mock that return types with arguments of type HttpRequestMatcher Modifier and Type Method Description List<HttpRequestMatcher>RequestMatchers. retrieveRequestMatchers(RequestDefinition requestDefinition)
-