| Package | Description |
|---|---|
| org.expath.httpclient | |
| org.expath.httpclient.impl |
| Modifier and Type | Method and Description |
|---|---|
HttpResponseBody |
HttpResponse.getBody() |
| Constructor and Description |
|---|
HttpResponse(int status,
java.lang.String msg,
HeaderSet headers,
HttpResponseBody body,
long time) |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryResponseBody
A binary body in the response.
|
class |
MultipartResponseBody
A multipart body in the response.
|
class |
TextResponseBody
A text body in the response.
|
class |
XmlResponseBody
An XML body in the response.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseBody |
BodyFactory.makeResponseBody(Result result,
ContentType type,
HttpConnection conn) |
Copyright © 2015-2020 EXPath. All Rights Reserved