java.lang.Object
org.apache.jena.http.sys.AbstractRegistryWithPrefix<String,HttpClient>
org.apache.jena.http.RegistryHttpClient
A service registry is a collection of
HttpClients
to use for
specific URLs.
The lookup (AbstractRegistryWithPrefix.find(X)
) is by longest prefix. e.g. a registration of
"http://someHost/" or "http://someHost/dataset" will apply to
"http://someHost/dataset/sparql" and "http://someHost/dataset/update" but not to
https://someHost/... which uses "https".
This is one way of managing authentication for particular remote services -
register a HttpClient
with authentication credentials.
-
Method Details
-
get
-