| Package | Description |
|---|---|
| org.expath.httpclient | |
| org.expath.httpclient.impl | |
| org.expath.httpclient.model |
| Modifier and Type | Method and Description |
|---|---|
HeaderSet |
HttpResponse.getHeaders() |
HeaderSet |
HttpConnection.getResponseHeaders() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HttpRequestBody.setHeaders(HeaderSet headers) |
void |
HttpRequest.setHeaders(HeaderSet headers) |
void |
HttpConnection.setRequestHeaders(HeaderSet headers) |
| Constructor and Description |
|---|
HttpResponse(int status,
java.lang.String msg,
HeaderSet headers,
HttpResponseBody body,
long time) |
| Modifier and Type | Method and Description |
|---|---|
HeaderSet |
ApacheHttpConnection.getResponseHeaders() |
| Modifier and Type | Method and Description |
|---|---|
static BodyFactory.Type |
BodyFactory.parseType(HeaderSet headers)
Look for the header Content-Type in a header set and decode it.
|
void |
SinglePartRequestBody.setHeaders(HeaderSet headers) |
void |
HrefRequestBody.setHeaders(HeaderSet headers) |
void |
MultipartRequestBody.setHeaders(HeaderSet headers) |
void |
HttpRequestImpl.setHeaders(HeaderSet headers) |
void |
ApacheHttpConnection.setRequestHeaders(HeaderSet headers) |
| Constructor and Description |
|---|
BinaryResponseBody(Result result,
java.io.InputStream in,
ContentType type,
HeaderSet headers) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeBuilder.outputHeaders(HeaderSet headers) |
Copyright © 2015-2020 EXPath. All Rights Reserved