Uses of Interface
com.apicatalog.jsonld.http.HttpResponse
-
Packages that use HttpResponse Package Description com.apicatalog.jsonld.http com.apicatalog.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of HttpResponse in com.apicatalog.jsonld.http
Classes in com.apicatalog.jsonld.http that implement HttpResponse Modifier and Type Class Description (package private) static classDefaultHttpClient.HttpResponseImplMethods in com.apicatalog.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 com.apicatalog.jsonld.loader
Methods in com.apicatalog.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)
-