Uses of Enum Class
org.apache.jena.http.Push
-
Uses of Push in org.apache.jena.http
Modifier and TypeMethodDescriptionstatic Push
Returns the enum constant of this class with the specified name.static Push[]
Push.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
HttpLib.httpPushData
(HttpClient httpClient, Push style, String url, Consumer<HttpRequest.Builder> modifier, HttpRequest.BodyPublisher body) Push data.static HttpResponse<InputStream>
HttpLib.httpPushWithResponse
(HttpClient httpClient, Push style, String url, Consumer<HttpRequest.Builder> modifier, HttpRequest.BodyPublisher body)