Interface HttpEntityStub.ResponseRule
- All Known Implementing Classes:
 FakeHttpLayer.RequestMatcherResponseRule
- Enclosing class:
 - HttpEntityStub
 
public static interface HttpEntityStub.ResponseRule
- 
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.HttpResponsebooleanmatches(org.apache.http.HttpRequest request)  
- 
Method Details
- 
matches
boolean matches(org.apache.http.HttpRequest request)  - 
getResponse
- Throws:
 org.apache.http.HttpExceptionIOException
 
 -