Uses of Enum Class
org.apache.jena.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in org.apache.jena.http
Methods in org.apache.jena.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String name) static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.jena.http with parameters of type HttpMethodModifier and TypeMethodDescriptionstatic voidHttpLib.httpPushData(HttpClient httpClient, HttpMethod method, String url, Consumer<HttpRequest.Builder> modifier, HttpRequest.BodyPublisher body) Push data.static HttpResponse<InputStream> HttpLib.httpPushWithResponse(HttpClient httpClient, HttpMethod method, String url, Consumer<HttpRequest.Builder> modifier, HttpRequest.BodyPublisher body)