Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait GraphStoreRequestFlowBuilder extends SparqlClientHelpers with HttpClientFlowBuilder with ErrorHandlerSupport
  2. trait HttpClientFlowBuilder extends AnyRef
  3. case class HttpEndpointFlow[T](endpoint: HttpEndpoint, flowMaker: (HttpEndpoint) ⇒ Flow[(HttpRequest, T), (Try[HttpResponse], T), NotUsed]) extends Product with Serializable

    This class represents an encapsulation of an Http endpoint with it's corresponding flow.

    This class represents an encapsulation of an Http endpoint with it's corresponding flow. The flow can be used to send HttpRequests and receive HttpResponses on the other end from the associated endpoint. The T type parameter determines the type of the companion object that is carried throughout the flow together with the request to match up requests with responses in cases these may arrive out of order.

    T

    the type of the companion object

    endpoint

    the http endpoint

    flowMaker

    a function that can make a flow out of the endpoint

  4. trait SparqlClientHelpers extends AnyRef
  5. trait SparqlConstructFlowBuilder extends SparqlClientHelpers with ErrorHandlerSupport
  6. trait SparqlQueryFlowBuilder extends SparqlClientHelpers with ErrorHandlerSupport
  7. trait SparqlRequestFlowBuilder extends SparqlQueryFlowBuilder with SparqlConstructFlowBuilder with SparqlUpdateFlowBuilder
  8. trait SparqlUpdateFlowBuilder extends SparqlClientHelpers with ErrorHandlerSupport

Value Members

  1. object GraphStoreRequestFlowBuilder
  2. object SparqlClientConstants

    Sparql Client Constants

    Sparql Client Constants

    The ones referring to parameters and paths are all standardised and should work for any triple store.

    See also

    https://www.w3.org/TR/sparql11-protocol/ Tested with Jena Fuseki 2.4.0 and Stardog 3.4.X through 4.2.2

  3. object SparqlConstructFlowBuilder

Ungrouped