public class HTTPResponse extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Returns the code of the HttpManager.HTTPResponse
|
String |
getContentEncoding()
Returns the contentEncoding of the HttpManager.HTTPResponse
|
long |
getContentLength()
Returns the contentLength of the HttpManager.HTTPResponse
|
org.apache.http.Header[] |
getHeaderFields()
Returns the headerFields of the HttpManager.HTTPResponse
|
Map<String,String> |
getHeaderFieldsMap()
Returns the headerFields of the HttpManager.HTTPResponse
|
String |
getMessage()
Returns the http message of the HttpManager.HTTPResponse
|
String |
getResponse()
Returns the response of the HttpManager.HTTPResponse
|
String |
toString() |
public final String getResponse()
public final String getContentEncoding()
public final int getCode()
public final String getMessage()
public final long getContentLength()
public final org.apache.http.Header[] getHeaderFields()
public final Map<String,String> getHeaderFieldsMap()
Copyright © 2019 Nowtryz. All rights reserved.