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 class
DefaultHttpClient.HttpResponseImpl
Methods in no.hasmac.jsonld.http that return HttpResponse Modifier and Type Method Description HttpResponse
DefaultHttpClient. send(java.net.URI targetUri, java.lang.String requestProfile)
HttpResponse
HttpClient. 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 Document
DefaultHttpLoader. resolve(MediaType type, java.net.URI targetUri, java.net.URI contextUrl, HttpResponse response)
-