@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@NotNull HttpMethod httpMethod,
@NotNull String path) |
Prepare the HttpRestRequest to execute the selected HttpMethod on the given resource path
( URI) and providing the given HttpEntity as it´s data transfer object (parameters).
|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@NotNull HttpMethod httpMethod,
@NotNull String path,
@Nullable org.apache.hc.core5.http.HttpEntity httpEntity) |
Prepare the HttpRestRequest to execute the selected HttpMethod on the given resource path
( URI) and providing the given HttpEntity as it´s data transfer object (parameters).
|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@NotNull HttpMethod httpMethod,
@NotNull String path,
@Nullable org.apache.hc.core5.http.HttpEntity httpEntity,
@Nullable AuthMaterial authMaterial) |
Prepare the HttpRestRequest to execute the selected HttpMethod on the given resource path
( URI) and providing the given HttpEntity as it´s data transfer object (parameters).
|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@NotNull HttpMethod httpMethod,
@NotNull URI uri) |
Prepare the HttpRestRequest to execute the selected HttpMethod on the given resource path
( URI) and providing the given HttpEntity as it´s data transfer object (parameters).
|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@NotNull HttpMethod httpMethod,
@NotNull URI uri,
@Nullable org.apache.hc.core5.http.HttpEntity httpEntity) |
Prepare the HttpRestRequest to execute the selected HttpMethod on the given resource path
( URI) and providing the given HttpEntity as it´s data transfer object (parameters).
|
@NotNull HttpRestRequest |
HttpRestRequest.buildRequest(@NotNull HttpMethod httpMethod,
@NotNull URI uri,
@Nullable org.apache.hc.core5.http.HttpEntity httpEntity,
@Nullable AuthMaterial authMaterial) |
Prepare the HttpRestRequest to execute the selected HttpMethod on the given ( URI) and
providing the given HttpEntity as it´s data transfer object (parameters).
|
static @NotNull HttpRestRequest |
HttpRestRequest.createRequest(@NotNull RestSession<?> session) |
|
@NotNull HttpRestRequest |
HttpRestRequest.setAcceptHeader(@NotNull String mimeType) |
Selects the MIME type of the data transfer object ( HttpEntity) that shall be accepted as a valid
response payload for this HttpRestRequest.
|
@NotNull HttpRestRequest |
HttpRestRequest.setAdditionalHeader(String key,
String value) |
|