public static class HttpHelper.Response
extends java.lang.Object
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody()
Get the body of the response as a byte array.
|
iep.io.reactivex.netty.protocol.http.client.HttpResponseHeaders |
getHeaders()
Get the rxnetty
HttpResponseHeaders for this response. |
int |
getStatus()
Get the HTTP status code.
|
public int getStatus()
public byte[] getBody()
public iep.io.reactivex.netty.protocol.http.client.HttpResponseHeaders getHeaders()
HttpResponseHeaders for this response.