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 PushDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static Push[]Push.values()Deprecated, for removal: This API element is subject to removal in a future version.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 voidHttpLib.httpPushData(HttpClient httpClient, Push style, String url, Consumer<HttpRequest.Builder> modifier, HttpRequest.BodyPublisher body) Deprecated, for removal: This API element is subject to removal in a future version.static HttpResponse<InputStream> HttpLib.httpPushWithResponse(HttpClient httpClient, Push style, String url, Consumer<HttpRequest.Builder> modifier, HttpRequest.BodyPublisher body) Deprecated, for removal: This API element is subject to removal in a future version.
HttpLib.httpPushData(HttpClient, HttpMethod, String, Consumer, BodyPublisher)