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 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

pQuery

public static final String pQuery
Parameter for the SPARQL query string

See Also:
Constant Field Values

pDefaultGraph

public static final String pDefaultGraph
Parameter for a URI identifying the graph (or one of the graphs)

See Also:
Constant Field Values

pNamedGraph

public static final String pNamedGraph
Parameter for a URI identifying the graph (or one of the graphs)

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

contentTypeAppN3

public static final String contentTypeAppN3
See Also:
Constant Field Values

contentTypeTurtle

public static final String contentTypeTurtle
See Also:
Constant Field Values

contentTypeRDFXML

public static final String contentTypeRDFXML
See Also:
Constant Field Values

contentTypeNTriples

public static final String contentTypeNTriples
See Also:
Constant Field Values

contentTypeXML

public static final String contentTypeXML
See Also:
Constant Field Values

contentTypeResultsXML

public static final String contentTypeResultsXML
See Also:
Constant Field Values

contentTypeTextPlain

public static final String contentTypeTextPlain
See Also:
Constant Field Values

contentTypeTextN3

public static final String contentTypeTextN3
See Also:
Constant Field Values

contentTypeForText

public static final String contentTypeForText
See Also:
Constant Field Values

charsetUTF8

public static final String charsetUTF8
See Also:
Constant Field Values
Constructor Detail

HttpParams

public HttpParams()


Licenced under the Apache License, Version 2.0