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 java.lang.Object

Constants related to SPARQL over HTTP


Field Summary
static java.lang.String charsetUTF8
           
static java.lang.String contentTypeAppN3
           
static java.lang.String contentTypeForText
           
static java.lang.String contentTypeNTriples
           
static java.lang.String contentTypeRDFXML
           
static java.lang.String contentTypeResultsXML
           
static java.lang.String contentTypeTextN3
           
static java.lang.String contentTypeTextPlain
           
static java.lang.String contentTypeTurtle
           
static java.lang.String contentTypeXML
           
static java.lang.String pDefaultGraph
          Parameter for a URI identifying the graph (or one of the graphs)
static java.lang.String pNamedGraph
          Parameter for a URI identifying the graph (or one of the graphs)
static java.lang.String pQuery
          Parameter for the SPARQL query string
static java.lang.String pQueryLang
          Parameter for query language URI
static java.lang.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 java.lang.String pQuery
Parameter for the SPARQL query string

See Also:
Constant Field Values

pDefaultGraph

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

See Also:
Constant Field Values

pNamedGraph

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

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

contentTypeAppN3

public static final java.lang.String contentTypeAppN3
See Also:
Constant Field Values

contentTypeTurtle

public static final java.lang.String contentTypeTurtle
See Also:
Constant Field Values

contentTypeRDFXML

public static final java.lang.String contentTypeRDFXML
See Also:
Constant Field Values

contentTypeNTriples

public static final java.lang.String contentTypeNTriples
See Also:
Constant Field Values

contentTypeXML

public static final java.lang.String contentTypeXML
See Also:
Constant Field Values

contentTypeResultsXML

public static final java.lang.String contentTypeResultsXML
See Also:
Constant Field Values

contentTypeTextPlain

public static final java.lang.String contentTypeTextPlain
See Also:
Constant Field Values

contentTypeTextN3

public static final java.lang.String contentTypeTextN3
See Also:
Constant Field Values

contentTypeForText

public static final java.lang.String contentTypeForText
See Also:
Constant Field Values

charsetUTF8

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

HttpParams

public HttpParams()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.