Uses of Class
org.eclipse.rdf4j.http.client.spi.HttpRequest
Packages that use HttpRequest
Package
Description
-
Uses of HttpRequest in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return HttpRequestModifier and TypeMethodDescriptionprotected HttpRequestRDF4JProtocolSession.getQueryMethod(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected HttpRequestSPARQLProtocolSession.getQueryMethod(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected HttpRequestRDF4JProtocolSession.getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxExecutionTime, Binding... bindings) protected HttpRequestSPARQLProtocolSession.getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected HttpRequestSPARQLProtocolSession.getUpdateMethod(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) Methods in org.eclipse.rdf4j.http.client with parameters of type HttpRequestModifier and TypeMethodDescriptionprotected HttpResponseSPARQLProtocolSession.execute(HttpRequest request) Executes the given HTTP request and returns the response on success (2xx or 404).protected voidSPARQLProtocolSession.executeNoContent(HttpRequest method) protected HttpResponseSPARQLProtocolSession.executeOK(HttpRequest method) Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.protected TupleQueryResultSPARQLProtocolSession.getBackgroundTupleQueryResult(HttpRequest method, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?protected booleanSPARQLProtocolSession.getBoolean(HttpRequest method) Parse the response in this thread using a suitableBooleanQueryResultParser.protected voidSPARQLProtocolSession.getRDF(HttpRequest method, RDFHandler handler, boolean requireContext) Parse the response in this thread using the providedRDFHandler.protected GraphQueryResultSPARQLProtocolSession.getRDFBackground(HttpRequest method, boolean requireContext, WeakReference<?> callerRef) Deprecated.WeakReferenceinvalid input: '<'?protected voidSPARQLProtocolSession.getTupleQueryResult(HttpRequest method, TupleQueryResultHandler handler) Parse the response in this thread using the providedTupleQueryResultHandler. -
Uses of HttpRequest in org.eclipse.rdf4j.http.client.apache5
Methods in org.eclipse.rdf4j.http.client.apache5 with parameters of type HttpRequest -
Uses of HttpRequest in org.eclipse.rdf4j.http.client.jdk
Methods in org.eclipse.rdf4j.http.client.jdk with parameters of type HttpRequest -
Uses of HttpRequest in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return HttpRequestModifier and TypeMethodDescriptionHttpRequest.Builder.build()Builds and returns the immutableHttpRequest.Methods in org.eclipse.rdf4j.http.client.spi with parameters of type HttpRequestModifier and TypeMethodDescriptionvoidAuthenticationHandler.authenticate(HttpRequest request) Applies authentication credentials to the given request by modifying it in place.voidBasicAuthenticationHandler.authenticate(HttpRequest request) voidBearerTokenAuthenticationHandler.authenticate(HttpRequest request) static HttpRequest.BuilderHttpRequest.copyOf(HttpRequest original, URI uri) Creates a newHttpRequest.Builderpre-populated from an existingHttpRequest, optionally targeting a different URI.RDF4JHttpClient.execute(HttpRequest request) Executes the given HTTP request and returns the response.