| Package | Description |
|---|---|
| org.expath.httpclient | |
| org.expath.httpclient.impl | |
| org.expath.httpclient.model |
| Modifier and Type | Method and Description |
|---|---|
static Result |
HttpClient.sendRequest(Result result,
org.expath.tools.model.Element request)
Implement the EXPath function
http:send-request(). |
static Result |
HttpClient.sendRequest(Result result,
org.expath.tools.model.Element request,
java.lang.String href)
Implement the EXPath function
http:send-request(). |
static Result |
HttpClient.sendRequest(Result result,
org.expath.tools.model.Element request,
java.lang.String href,
org.expath.tools.model.Sequence bodies)
Implement the EXPath function
http:send-request(). |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse |
HttpRequest.send(Result result,
HttpConnection conn,
HttpCredentials cred) |
static Result |
HttpClient.sendRequest(Result result,
org.expath.tools.model.Element request)
Implement the EXPath function
http:send-request(). |
static Result |
HttpClient.sendRequest(Result result,
org.expath.tools.model.Element request,
java.lang.String href)
Implement the EXPath function
http:send-request(). |
static Result |
HttpClient.sendRequest(Result result,
org.expath.tools.model.Element request,
java.lang.String href,
org.expath.tools.model.Sequence bodies)
Implement the EXPath function
http:send-request(). |
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseBody |
BodyFactory.makeResponseBody(Result result,
ContentType type,
HttpConnection conn) |
HttpResponse |
HttpRequestImpl.send(Result result,
HttpConnection conn,
HttpCredentials cred) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Result |
Result.makeNewResult()
Construct a new
Result object, from the same implementation. |
Copyright © 2015-2020 EXPath. All Rights Reserved