|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.engine.http.HttpParams
public class HttpParams
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 |
|---|
public static final String pQuery
public static final String pUpdate
public static final String pDefaultGraph
public static final String pNamedGraph
public static final String pUsingGraph
public static final String pUsingNamedGraph
public static final String pStylesheet
public static final String pQueryLang
| Constructor Detail |
|---|
public HttpParams()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||