
Uses of Interface
ca.uhn.fhir.rest.client.api.IHttpResponse
Packages that use IHttpResponse
-
Uses of IHttpResponse in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return IHttpResponseModifier and TypeMethodDescriptionIHttpRequest.execute()Execute the requestClientResponseContext.getHttpResponse()Methods in ca.uhn.fhir.rest.client.api with parameters of type IHttpResponseModifier and TypeMethodDescriptionvoidIClientInterceptor.interceptResponse(IHttpResponse theResponse) Fired by the client upon receiving an HTTP response, prior to processing that responsevoidClientResponseContext.setHttpResponse(IHttpResponse theHttpResponse) Constructors in ca.uhn.fhir.rest.client.api with parameters of type IHttpResponseModifierConstructorDescriptionClientResponseContext(IHttpRequest myHttpRequest, IHttpResponse theHttpResponse, IRestfulClient myRestfulClient, FhirContext theFhirContext, Class<? extends IBaseResource> theReturnType)