| Interface | Description |
|---|---|
| HttpClientDependent |
Common interface for objects, such as Repository and RepositoryConnection,
that are dependent on
HttpClient. |
| SesameClient |
Manages remote HTP connections.
|
| SesameClientDependent |
Common interface for objects, such as Repository and RepositoryConnection,
that are dependent on
SesameClient. |
| Class | Description |
|---|---|
| BackgroundGraphResult |
Provides concurrent access to statements as they are being parsed.
|
| BackgroundTupleResult |
Provides concurrent access to tuple results as they are being parsed.
|
| QueueCursor<E> |
Makes working with a queue easier by adding the methods
QueueCursor.done() and
QueueCursor.toss(Exception) and automatically converting the exception into a
QueryEvaluationException with an appropriate stack trace. |
| SesameClientImpl |
Uses
HttpClient to manage HTTP connections. |
| SesameSession |
An
SparqlSession subclass which bundles special functionality for
Sesame remote repositories. |
| SparqlSession |
The SparqlSession provides low level HTTP methods for the HTTP communication of
the SPARQL repository as well as the HTTP Repository.
|
Copyright © 2001-2015 Aduna. All Rights Reserved.