com.hp.hpl.jena.sparql.engine.http
Class HttpParams

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.http.HttpParams

public class HttpParams
extends Object

Constants related to SPARQL over HTTP


Field Summary
static String pDefaultGraph
          Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL queries
static String pNamedGraph
          Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL queries
static String pQuery
          Parameter for the SPARQL query string
static String pQueryLang
          Parameter for query language URI
static String pStylesheet
           
static String pUpdate
          Parameter for the SPARQL update string
static String pUsingGraph
          Parameter for a URI identifying the default graph (or one of the graphs) for SPARQL updates
static String pUsingNamedGraph
          Parameter for a URI identifying the named graph (or one of the graphs) for SPARQL updates
 
Constructor Summary
HttpParams()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pQuery

public static final String pQuery
Parameter for the SPARQL query string

See Also:
Constant Field Values

pUpdate

public static final String pUpdate
Parameter for the SPARQL update string

See Also:
Constant Field Values

pDefaultGraph

public static final 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 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 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 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 String pStylesheet
See Also:
Constant Field Values

pQueryLang

public static final String pQueryLang
Parameter for query language URI

See Also:
Constant Field Values
Constructor Detail

HttpParams

public HttpParams()


Licenced under the Apache License, Version 2.0