public interface HttpResponse
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContent()
Get response content.
|
String |
getContentType()
Get content type.
|
int |
getHttpCode()
Gets a HTTP response code.
|
int getHttpCode()
String getContentType()
byte[] getContent()
Copyright © 2014. All Rights Reserved.