Uses of Interface
ca.uhn.fhir.rest.client.api.IHttpResponse
-
Uses of IHttpResponse in ca.uhn.fhir.rest.client.api
Modifier and TypeMethodDescriptionIHttpRequest.execute()
Execute the requestClientResponseContext.getHttpResponse()
Modifier and TypeMethodDescriptionvoid
IClientInterceptor.interceptResponse
(IHttpResponse theResponse) Fired by the client upon receiving an HTTP response, prior to processing that responsevoid
ClientResponseContext.setHttpResponse
(IHttpResponse theHttpResponse) ModifierConstructorDescriptionClientResponseContext
(IHttpRequest myHttpRequest, IHttpResponse theHttpResponse, IRestfulClient myRestfulClient, FhirContext theFhirContext, Class<? extends IBaseResource> theReturnType)