public class HttpResponse extends Object
| Constructor and Description |
|---|
HttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteResult() |
String |
getStringResult() |
void |
setByteResult(byte[] byteResult) |
void |
setStringResult(String stringResult) |
public byte[] getByteResult()
public void setByteResult(byte[] byteResult)
public String getStringResult() throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic void setStringResult(String stringResult)
Copyright © 2018. All rights reserved.