Uses of Class
net.webpdf.wsclient.session.connection.http.HttpRestRequest
-
Packages that use HttpRestRequest Package Description net.webpdf.wsclient.session.connection.http -
-
Uses of HttpRestRequest in net.webpdf.wsclient.session.connection.http
Methods in net.webpdf.wsclient.session.connection.http that return HttpRestRequest Modifier and Type Method Description @NotNull HttpRestRequestHttpRestRequest. buildRequest(@NotNull HttpMethod httpMethod, @NotNull String path, @Nullable org.apache.hc.core5.http.HttpEntity httpEntity)Prepare theHttpRestRequestto execute the selectedHttpMethodon the given resource path (URI) and providing the givenHttpEntityas it´s data transfer object (parameters).@NotNull HttpRestRequestHttpRestRequest. buildRequest(@NotNull HttpMethod httpMethod, @NotNull String path, @Nullable org.apache.hc.core5.http.HttpEntity httpEntity, @Nullable AuthMaterial authMaterial)Prepare theHttpRestRequestto execute the selectedHttpMethodon the given resource path (URI) and providing the givenHttpEntityas it´s data transfer object (parameters).@NotNull HttpRestRequestHttpRestRequest. buildRequest(@NotNull HttpMethod httpMethod, @NotNull URI uri, @Nullable org.apache.hc.core5.http.HttpEntity httpEntity)Prepare theHttpRestRequestto execute the selectedHttpMethodon the given resource path (URI) and providing the givenHttpEntityas it´s data transfer object (parameters).@NotNull HttpRestRequestHttpRestRequest. buildRequest(@NotNull HttpMethod httpMethod, @NotNull URI uri, @Nullable org.apache.hc.core5.http.HttpEntity httpEntity, @Nullable AuthMaterial authMaterial)Prepare theHttpRestRequestto execute the selectedHttpMethodon the given (URI) and providing the givenHttpEntityas it´s data transfer object (parameters).static @NotNull HttpRestRequestHttpRestRequest. createRequest(@NotNull RestSession<?> session)Creates aHttpRestRequestpreparing and executing a request for a givenRestSessionto provide a matching response object.@NotNull HttpRestRequestHttpRestRequest. setAcceptHeader(@NotNull String mimeType)Selects the MIME type of the data transfer object (HttpEntity) that shall be accepted as a valid response payload for thisHttpRestRequest.
-