Uses of Interface
org.eclipse.rdf4j.http.client.spi.HttpRequestBody
Packages that use HttpRequestBody
-
Uses of HttpRequestBody in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type HttpRequestBodyModifier and TypeMethodDescriptionprotected voidRDF4JProtocolSession.upload(HttpRequestBody reqBody, String baseURI, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) -
Uses of HttpRequestBody in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return HttpRequestBodyModifier and TypeMethodDescriptionstatic HttpRequestBodyCreates a body from a byte array.static HttpRequestBodyHttpRequestBody.ofFormData(List<NameValuePair> params) Creates a body from URL-encoded form data.static HttpRequestBodyHttpRequestBody.ofStream(InputStream stream, String contentType, long contentLength) Creates a body from a streamingInputStream.static HttpRequestBodyCreates a body from a string with the given content type and charset.Methods in org.eclipse.rdf4j.http.client.spi that return types with arguments of type HttpRequestBodyMethods in org.eclipse.rdf4j.http.client.spi with parameters of type HttpRequestBodyModifier and TypeMethodDescriptionHttpRequest.Builder.body(HttpRequestBody body) Sets the request body.