Searched defs:requestMatcher (Results 1 – 6 of 6) sorted by relevance
72 public void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) { in addHttpResponseRule()84 RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { in addHttpResponseRule()293 private RequestMatcher requestMatcher; field in FakeHttpLayer.RequestMatcherResponseRule299 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpResponse responseToGive) { in RequestMatcherResponseRule()304 public RequestMatcherResponseRule(RequestMatcher requestMatcher, IOException ioException) { in RequestMatcherResponseRule()309 public RequestMatcherResponseRule(RequestMatcher requestMatcher, HttpException httpException) { in RequestMatcherResponseRule()315 RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { in RequestMatcherResponseRule()
160 public static void addHttpResponseRule(RequestMatcher requestMatcher, HttpResponse response) { in addHttpResponseRule()173 RequestMatcher requestMatcher, List<? extends HttpResponse> responses) { in addHttpResponseRule()
242 final RequestMatcher<String> requestMatcher) { in verifyMockServerRequests()276 final RequestMatcher<String> requestMatcher) { in wasPathRequested()
254 final RequestMatcher<String> requestMatcher) { in verifyMockServerRequests()288 final RequestMatcher<String> requestMatcher) { in wasPathRequested()
318 Matcher requestMatcher = REQUEST_LINE_PATTERN.matcher(lines.get(0)); in parseRequest() local
317 Matcher requestMatcher = REQUEST_LINE_PATTERN.matcher(lines.get(0)); in parseRequest() local