Uses of Interface
ca.uhn.fhir.rest.client.api.IHttpRequest
-
Uses of IHttpRequest in ca.uhn.fhir.rest.client.api
Modifier and TypeMethodDescriptionIHttpClient.createBinaryRequest
(FhirContext theContext, IBaseBinary theBinary) Create a binary requestIHttpClient.createByteRequest
(FhirContext theContext, String theContents, String theContentType, EncodingEnum theEncoding) Create a byte requestIHttpClient.createGetRequest
(FhirContext theContext, EncodingEnum theEncoding) Create a normal http get requestIHttpClient.createParamRequest
(FhirContext theContext, Map<String, List<String>> theParams, EncodingEnum theEncoding) Create a parameter requestClientResponseContext.getHttpRequest()
Modifier and TypeMethodDescriptionvoid
IClientInterceptor.interceptRequest
(IHttpRequest theRequest) Fired by the client just before invoking the HTTP client requestModifierConstructorDescriptionClientResponseContext
(IHttpRequest myHttpRequest, IHttpResponse theHttpResponse, IRestfulClient myRestfulClient, FhirContext theFhirContext, Class<? extends IBaseResource> theReturnType)