Uses of Enum Class
org.apache.jena.http.Push
Packages that use Push
-
Uses of Push in org.apache.jena.http
Methods in org.apache.jena.http that return PushModifier 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.Methods in org.apache.jena.http with parameters of type PushModifier 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)