Package org.eclipse.rdf4j.http.client
package org.eclipse.rdf4j.http.client
-
Interface SummaryInterfaceDescriptionCommon interface for objects, such as Repository and RepositoryConnection, that are dependent on
HttpClient
.Manager for remote HTTP sessions using aHttpClient
.Common interface for objects, such as Repository and RepositoryConnection, that are dependent onHttpClientSessionManager
. -
Class SummaryClassDescriptionA
SPARQLProtocolSession
subclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API.A Manager for HTTP sessions that uses a sharedHttpClient
to manage HTTP connections.The SPARQLProtocolSession provides low level HTTP methods for communication with SPARQL endpoints.