Uses of Interface
no.hasmac.jsonld.http.HttpClient
-
Packages that use HttpClient Package Description no.hasmac.jsonld.http no.hasmac.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of HttpClient in no.hasmac.jsonld.http
Classes in no.hasmac.jsonld.http that implement HttpClient Modifier and Type Class Description class
DefaultHttpClient
Methods in no.hasmac.jsonld.http that return HttpClient Modifier and Type Method Description static HttpClient
DefaultHttpClient. defaultInstance()
-
Uses of HttpClient in no.hasmac.jsonld.loader
Fields in no.hasmac.jsonld.loader declared as HttpClient Modifier and Type Field Description private HttpClient
DefaultHttpLoader. httpClient
Constructors in no.hasmac.jsonld.loader with parameters of type HttpClient Constructor Description DefaultHttpLoader(HttpClient httpClient)
DefaultHttpLoader(HttpClient httpClient, int maxRedirections)
HttpLoader(HttpClient httpClient)
HttpLoader(HttpClient httpClient, int maxRedirections)
-