| Package | Description |
|---|---|
| org.expath.httpclient | |
| org.expath.httpclient.impl |
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
ContentType.parse(org.apache.http.Header header,
java.lang.String overrideType,
java.lang.String defaultCharset) |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseBody |
BodyFactory.makeResponseBody(Result result,
ContentType type,
HttpConnection conn) |
static BodyFactory.Type |
BodyFactory.parseType(ContentType type)
Decode the content type from a ContentType object.
|
| Constructor and Description |
|---|
BinaryResponseBody(Result result,
java.io.InputStream in,
ContentType type,
HeaderSet headers) |
MultipartResponseBody(Result result,
java.io.InputStream in,
ContentType type) |
TextResponseBody(Result result,
java.io.InputStream in,
ContentType type,
HeaderSet headers) |
TextResponseBody(Result result,
java.io.Reader in,
ContentType type,
HeaderSet headers) |
XmlResponseBody(Result result,
java.io.InputStream in,
ContentType type,
HeaderSet headers,
boolean html) |
XmlResponseBody(Result result,
java.io.Reader in,
ContentType type,
HeaderSet headers,
boolean html) |
Copyright © 2015-2020 EXPath. All Rights Reserved