
Uses of Interface
ca.uhn.fhir.rest.client.api.IHttpRequest
Packages that use IHttpRequest
-
Uses of IHttpRequest in ca.uhn.fhir.rest.client.api
Classes in ca.uhn.fhir.rest.client.api that implement IHttpRequestMethods in ca.uhn.fhir.rest.client.api that return IHttpRequestModifier 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 requestMethods in ca.uhn.fhir.rest.client.api with parameters of type IHttpRequestModifier and TypeMethodDescriptionvoid
IClientInterceptor.interceptRequest
(IHttpRequest theRequest) Fired by the client just before invoking the HTTP client request