public static final class HttpRequestor.Response extends Object
Modifier and Type | Field and Description |
---|---|
InputStream |
body |
Map<String,? extends List<String>> |
headers |
int |
statusCode |
Constructor and Description |
---|
HttpRequestor.Response(int statusCode,
InputStream body,
Map<String,? extends List<String>> headers) |
public final int statusCode
public final InputStream body
public HttpRequestor.Response(int statusCode, InputStream body, Map<String,? extends List<String>> headers)
Copyright © 2014. All rights reserved.