Interface RequestMatcher
-
- All Known Implementing Classes:
FakeHttpLayer.DefaultRequestMatcher
,FakeHttpLayer.RequestMatcherBuilder
,FakeHttpLayer.UriRegexMatcher
,FakeHttpLayer.UriRequestMatcher
public interface RequestMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(org.apache.http.HttpRequest request)
-