Uses of Class
net.webpdf.wsclient.session.connection.http.HttpMethod
-
Packages that use HttpMethod Package Description net.webpdf.wsclient.session.connection.http -
-
Uses of HttpMethod in net.webpdf.wsclient.session.connection.http
Methods in net.webpdf.wsclient.session.connection.http that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.session.connection.http with parameters of type HttpMethod Modifier and Type Method Description @NotNull HttpRestRequestHttpRestRequest. buildRequest(@NotNull HttpMethod httpMethod, @NotNull String path)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)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)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).
-