Class HttpParams

java.lang.Object
org.apache.jena.sparql.engine.http.HttpParams

public class HttpParams extends Object
Constants related to SPARQL over HTTP
  • Field Details

    • pQuery

      public static final String pQuery
      Parameter for the SPARQL query string
      See Also:
    • pUpdate

      public static final String pUpdate
      Parameter for the SPARQL update string
      See Also:
    • pDefaultGraph

      public static final String pDefaultGraph
      Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL queries
      See Also:
    • pNamedGraph

      public static final String pNamedGraph
      Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL queries
      See Also:
    • pUsingGraph

      public static final String pUsingGraph
      Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL updates
      See Also:
    • pUsingNamedGraph

      public static final String pUsingNamedGraph
      Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL updates
      See Also:
    • pStylesheet

      public static final String pStylesheet
      See Also:
    • pQueryLang

      public static final String pQueryLang
      Parameter for query language URI
      See Also:
  • Constructor Details

    • HttpParams

      public HttpParams()