public class HttpParams extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
HttpParams() |
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
Licenced under the Apache License, Version 2.0