|
||||||||||
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.Service
public class Service
Execution of OpService
Field Summary | |
---|---|
static String |
base
|
static Symbol |
queryAuthPwd
Use to set the user password for basic auth. |
static Symbol |
queryAuthUser
Use to set the user id for basic auth. |
static Symbol |
queryDeflate
Use to set the HttpQuery.allowDeflate flag. |
static Symbol |
queryGzip
Use to set the HttpQuery.allowGZip flag. |
static Symbol |
queryTimeout
Set timeout. |
static Symbol |
serviceContext
Use this Symbol to allow passing additional service context variables SERVICE |
Constructor Summary | |
---|---|
Service()
|
Method Summary | |
---|---|
static QueryIterator |
exec(OpService op,
Context context)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String base
public static final Symbol queryDeflate
public static final Symbol queryGzip
public static final Symbol queryAuthUser
public static final Symbol queryAuthPwd
public static final Symbol serviceContext
Service
public static final Symbol queryTimeout
Constructor Detail |
---|
public Service()
Method Detail |
---|
public static QueryIterator exec(OpService op, Context context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |