Uses of Class
org.eclipse.rdf4j.http.client.spi.NameValuePair
Packages that use NameValuePair
-
Uses of NameValuePair in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return types with arguments of type NameValuePairModifier and TypeMethodDescriptionprotected List<NameValuePair> RDF4JProtocolSession.getQueryMethodParameters(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List<NameValuePair> SPARQLProtocolSession.getQueryMethodParameters(QueryLanguage ql, String query, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List<NameValuePair> RDF4JProtocolSession.getUpdateMethodParameters(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List<NameValuePair> SPARQLProtocolSession.getUpdateMethodParameters(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, int maxQueryTime, Binding... bindings) protected List<NameValuePair> SPARQLProtocolSession.getUpdateMethodParameters(QueryLanguage ql, String update, String baseURI, Dataset dataset, boolean includeInferred, Binding... bindings) -
Uses of NameValuePair in org.eclipse.rdf4j.http.client.spi
Methods in org.eclipse.rdf4j.http.client.spi that return NameValuePairModifier and TypeMethodDescriptionstatic NameValuePairCreates a newNameValuePairwith the given name and value.Methods in org.eclipse.rdf4j.http.client.spi with parameters of type NameValuePairModifier and TypeMethodDescriptionUriBuilder.addParameter(NameValuePair param) Appends a query parameter.Method parameters in org.eclipse.rdf4j.http.client.spi with type arguments of type NameValuePairModifier and TypeMethodDescriptionstatic HttpRequestBodyHttpRequestBody.ofFormData(List<NameValuePair> params) Creates a body from URL-encoded form data.