Class HttpParams
- java.lang.Object
-
- org.apache.jena.sparql.engine.http.HttpParams
-
public class HttpParams extends java.lang.ObjectConstants related to SPARQL over HTTP
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringpDefaultGraphParameter for a URI identifying the default graph (or one of the graphs) for SPARQL queriesstatic java.lang.StringpNamedGraphParameter for a URI identifying the named graph (or one of the graphs) for SPARQL queriesstatic java.lang.StringpQueryParameter for the SPARQL query stringstatic java.lang.StringpQueryLangParameter for query language URIstatic java.lang.StringpStylesheetstatic java.lang.StringpUpdateParameter for the SPARQL update stringstatic java.lang.StringpUsingGraphParameter for a URI identifying the default graph (or one of the graphs) for SPARQL updatesstatic java.lang.StringpUsingNamedGraphParameter for a URI identifying the named graph (or one of the graphs) for SPARQL updates
-
Constructor Summary
Constructors Constructor Description HttpParams()
-
-
-
Field Detail
-
pQuery
public static final java.lang.String pQuery
Parameter for the SPARQL query string- See Also:
- Constant Field Values
-
pUpdate
public static final java.lang.String pUpdate
Parameter for the SPARQL update string- See Also:
- Constant Field Values
-
pDefaultGraph
public static final java.lang.String pDefaultGraph
Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL queries- See Also:
- Constant Field Values
-
pNamedGraph
public static final java.lang.String pNamedGraph
Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL queries- See Also:
- Constant Field Values
-
pUsingGraph
public static final java.lang.String pUsingGraph
Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL updates- See Also:
- Constant Field Values
-
pUsingNamedGraph
public static final java.lang.String pUsingNamedGraph
Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL updates- See Also:
- Constant Field Values
-
pStylesheet
public static final java.lang.String pStylesheet
- See Also:
- Constant Field Values
-
pQueryLang
public static final java.lang.String pQueryLang
Parameter for query language URI- See Also:
- Constant Field Values
-
-