Package org.eclipse.rdf4j.http.client
Class SesameSession
- java.lang.Object
-
- org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
- org.eclipse.rdf4j.http.client.RDF4JProtocolSession
-
- org.eclipse.rdf4j.http.client.SesameSession
-
- All Implemented Interfaces:
AutoCloseable
,HttpClientDependent
@Deprecated public class SesameSession extends RDF4JProtocolSession
Deprecated.useRDF4JProtocolSession
instead.- Author:
- Jeen Broekstra
-
-
Field Summary
-
Fields inherited from class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
DEFAULT_MAXIMUM_URL_LENGTH, MAXIMUM_URL_LENGTH, MAXIMUM_URL_LENGTH_PARAM, UTF8
-
-
Constructor Summary
Constructors Constructor Description SesameSession(org.apache.http.client.HttpClient client, ScheduledExecutorService executor)
Deprecated.useRDF4JProtocolSession
instead.
-
Method Summary
-
Methods inherited from class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
addData, beginTransaction, beginTransaction, checkRepositoryURL, checkServerURL, clearNamespaces, close, commitTransaction, createRepository, deleteRepository, getContextIDs, getContextIDs, getNamespace, getNamespaces, getNamespaces, getQueryMethod, getQueryMethodParameters, getRepositoryConfig, getRepositoryList, getRepositoryList, getRepositoryURL, getServerProtocol, getServerURL, getStatements, getUpdateMethod, getUpdateMethodParameters, getUpdateURL, prepareTransaction, removeData, removeNamespacePrefix, rollbackTransaction, sendTransaction, setNamespacePrefix, setRepository, setServerURL, setUsernameAndPassword, size, updateRepository, upload, upload, upload, upload, upload
-
Methods inherited from class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
execute, executeNoContent, executeOK, getAdditionalHttpHeaders, getBackgroundTupleQueryResult, getBoolean, getConnectionTimeout, getErrorInfo, getHttpClient, getHttpContext, getParserConfig, getPreferredBooleanQueryResultFormat, getPreferredRDFFormat, getPreferredTupleQueryResultFormat, getQueryURL, getRDF, getRDFBackground, getResponseMIMEType, getTupleQueryResult, getUpdateMethod, getUpdateMethodParameters, getValueFactory, isPassThroughEnabled, sendBooleanQuery, sendBooleanQuery, sendGraphQuery, sendGraphQuery, sendGraphQuery, sendGraphQuery, sendTupleQuery, sendTupleQuery, sendTupleQuery, sendUpdate, sendUpdate, setAdditionalHttpHeaders, setConnectionTimeout, setHttpClient, setParserConfig, setPassThroughEnabled, setPreferredBooleanQueryResultFormat, setPreferredRDFFormat, setPreferredTupleQueryResultFormat, setQueryURL, setUpdateURL, setUsernameAndPasswordForUrl, setValueFactory, shouldUsePost
-
-
-
-
Constructor Detail
-
SesameSession
@Deprecated public SesameSession(org.apache.http.client.HttpClient client, ScheduledExecutorService executor)
Deprecated.useRDF4JProtocolSession
instead.
-
-