Uses of Interface
org.eclipse.rdf4j.http.client.spi.HttpResponse
Packages that use HttpResponse
Package
Description
-
Uses of HttpResponse in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return HttpResponseModifier and TypeMethodDescriptionprotected HttpResponseSPARQLProtocolSession.execute(HttpRequest request) Executes the given HTTP request and returns the response on success (2xx or 404).protected HttpResponseSPARQLProtocolSession.executeOK(HttpRequest method) Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.Methods in org.eclipse.rdf4j.http.client with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected ErrorInfoSPARQLProtocolSession.getErrorInfo(HttpResponse response) protected StringSPARQLProtocolSession.getResponseMIMEType(HttpResponse response) Gets the MIME type specified in the response headers of the supplied method, if any. -
Uses of HttpResponse in org.eclipse.rdf4j.http.client.apache5
Classes in org.eclipse.rdf4j.http.client.apache5 that implement HttpResponseMethods in org.eclipse.rdf4j.http.client.apache5 that return HttpResponse -
Uses of HttpResponse in org.eclipse.rdf4j.http.client.jdk
Classes in org.eclipse.rdf4j.http.client.jdk that implement HttpResponseMethods in org.eclipse.rdf4j.http.client.jdk that return HttpResponse -
Uses of HttpResponse in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return HttpResponseModifier and TypeMethodDescriptionRDF4JHttpClient.execute(HttpRequest request) Executes the given HTTP request and returns the response.Methods in org.eclipse.rdf4j.http.client.spi with parameters of type HttpResponseModifier and TypeMethodDescriptionstatic StringHttpUtils.toString(HttpResponse response) Reads the response body into aString, using the charset declared in theContent-Typeheader.static StringHttpUtils.toString(HttpResponse response, Charset defaultCharset) Reads the response body into aString, using the charset declared in theContent-Typeheader.