Uses of Enum Class
org.apache.jena.sparql.exec.http.QuerySendMode
Packages that use QuerySendMode
-
Uses of QuerySendMode in org.apache.jena.http.sys
Methods in org.apache.jena.http.sys with parameters of type QuerySendModeModifier and TypeMethodDescriptionExecHTTPBuilder.sendMode
(QuerySendMode mode) Choose how to send the query string over HTTP. -
Uses of QuerySendMode in org.apache.jena.sparql.exec.http
Fields in org.apache.jena.sparql.exec.http declared as QuerySendModeMethods in org.apache.jena.sparql.exec.http that return QuerySendModeModifier and TypeMethodDescriptionstatic QuerySendMode
Returns the enum constant of this class with the specified name.static QuerySendMode[]
QuerySendMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.jena.sparql.exec.http with parameters of type QuerySendModeModifierConstructorDescriptionQueryExecHTTP
(String serviceURL, Query query, String queryString, int urlLimit, HttpClient httpClient, Map<String, String> httpHeaders, Params params, Context context, List<String> defaultGraphURIs, List<String> namedGraphURIs, QuerySendMode sendMode, String explicitAcceptHeader, long timeout, TimeUnit timeoutUnit)