HttpClientResponse.byteResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
HttpClientResponse.byteResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
boolean contentOnBadResponse)
Issue an HTTP DELETE to the provided URL, sending the provided
byte
and receiving a byte
in the response.
Issue an HTTP DELETE to the provided URL, receiving a JAXB Object in the
response.
Issue an HTTP DELETE to the provided URL, receiving a com.google.gson.JsonObject in
the response.
Issue an HTTP DELETE to the provided URL, receiving a com.google.gson.JsonObject in
the response.
Issue an HTTP DELETE to the provided URL, receiving a
String
in the
response.
Issue an HTTP GET to the provided URL, sending the provided
byte
and receiving a byte
in the response.
org.apache.http.client.methods.CloseableHttpResponse
Download a file from a specified location to a specified destination on local host.
org.apache.http.client.methods.CloseableHttpResponse
Download a file from a specified location to a specified destination on local host.
Issue an HTTP GET to the provided URL, receiving a JAXB Object in the
response.
Issue an HTTP GET to the provided URL, receiving a com.google.gson.JsonObject in the
response.
Issue an HTTP GET to the provided URL, receiving a
String
in the
response.
Execute an
HttpClientRequest
returning a JAXB object available
through the returned
HttpClientResponse
.
HttpClientResponse.jaxbResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
boolean contentOnBadResponse,
Class<?>... responseTypes)
HttpClientResponse.jaxbResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
Class<?>... responseTypes)
HttpClientResponse.jsonResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
Create an
HttpClientResponse
with a com.google.gson.JsonObject content type
from an
HttpResponse
.
HttpClientResponse.jsonResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
boolean contentOnBadResponse)
Create an
HttpClientResponse
with a com.google.gson.JsonObject content type
from an
HttpResponse
.
Issue an HTTP PATCH to the provided URL, sending the provided
com.google.gson.JsonObject and receiving a com.google.gson.JsonObject in the response.
Issue an HTTP POST to the provided URL, sending the provided
byte
and receiving a byte
in the response.
Issue an HTTP POST to the provided URL, sending the provided jaxbObject and
receiving a JAXB Object in the response.
Issue an HTTP POST to the provided URL, sending the provided
com.google.gson.JsonObject and receiving a com.google.gson.JsonObject in the response.
Issue an HTTP POST to the provided URL, sending the provided XML as a String and
receiving a String in the response.
Issue an HTTP POST to the provided URL, sending the provided
String
and receiving a
String
in the response.
Issue an HTTP POST to the provided URL, sending the provided XML as a String and
receiving a String in the response.
Issue an HTTP PUT to the provided URL, sending the provided
byte
and receiving a byte
in the response.
Issue an HTTP PUT to the provided URL, sending the provided jaxbObject and
receiving a JAXB Object in the response.
Issue an HTTP PUT to the provided URL, sending the provided
com.google.gson.JsonObject
and receiving a com.google.gson.JsonObject
in the response.
Issue an HTTP PUT to the provided URL, sending the provided XML as a String and
receiving a String in the response.
Issue an HTTP PUT to the provided URL, sending the provided
String
and receiving a
String
in the response.
Issue an HTTP PUT to the provided URL, sending the provided XML as a String and
receiving a String in the response.
Set the SSL Context to a Trust All context
Set up Client Authentication SSL Context and install
HttpClientResponse.textResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
HttpClientResponse.textResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
boolean contentOnBadResponse)
HttpClientResponse.xmlResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse)
HttpClientResponse.xmlResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
boolean contentOnBadResponse)