Uses of Interface
no.hasmac.jsonld.http.HttpResponse
-
Packages that use HttpResponse Package Description no.hasmac.jsonld.http no.hasmac.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of HttpResponse in no.hasmac.jsonld.http
Classes in no.hasmac.jsonld.http that implement HttpResponse Modifier and Type Class Description static classDefaultHttpClient.HttpResponseImplMethods in no.hasmac.jsonld.http that return HttpResponse Modifier and Type Method Description HttpResponseDefaultHttpClient. send(java.net.URI targetUri, java.lang.String requestProfile)HttpResponseHttpClient. send(java.net.URI targetUri, java.lang.String requestProfile) -
Uses of HttpResponse in no.hasmac.jsonld.loader
Methods in no.hasmac.jsonld.loader with parameters of type HttpResponse Modifier and Type Method Description private DocumentDefaultHttpLoader. resolve(MediaType type, java.net.URI targetUri, java.net.URI contextUrl, HttpResponse response)
-