|
||||||||||
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 |
charsetUTF8
|
static String |
contentTypeAppN3
|
static String |
contentTypeForText
|
static String |
contentTypeNTriples
|
static String |
contentTypeRDFXML
|
static String |
contentTypeResultsXML
|
static String |
contentTypeTextN3
|
static String |
contentTypeTextPlain
|
static String |
contentTypeTurtle
|
static String |
contentTypeXML
|
static String |
pDefaultGraph
Parameter for a URI identifying the graph (or one of the graphs) |
static String |
pNamedGraph
Parameter for a URI identifying the graph (or one of the graphs) |
static String |
pQuery
Parameter for the SPARQL query string |
static String |
pQueryLang
Parameter for query language URI |
static String |
pStylesheet
|
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 pDefaultGraph
public static final String pNamedGraph
public static final String pStylesheet
public static final String pQueryLang
public static final String contentTypeAppN3
public static final String contentTypeTurtle
public static final String contentTypeRDFXML
public static final String contentTypeNTriples
public static final String contentTypeXML
public static final String contentTypeResultsXML
public static final String contentTypeTextPlain
public static final String contentTypeTextN3
public static final String contentTypeForText
public static final String charsetUTF8
Constructor Detail |
---|
public HttpParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |