Class ApacheHttpClientResponse
java.lang.Object
org.davidmoten.oa3.codegen.http.service.internal.ApacheHttpClientResponse
- All Implemented Interfaces:
Response
-
Constructor Summary
ConstructorsConstructorDescriptionApacheHttpClientResponse(int statusCode, InputStream in, Map<String, List<String>> headers) -
Method Summary
-
Constructor Details
-
ApacheHttpClientResponse
-
-
Method Details
-
statusCode
public int statusCode()- Specified by:
statusCodein interfaceResponse
-
inputStream
- Specified by:
inputStreamin interfaceResponse- Throws:
IOException
-
headers
-