Uses of Interface
ca.uhn.fhir.rest.client.api.IHttpRequest
-
Packages that use IHttpRequest Package Description ca.uhn.fhir.rest.client.api -
-
Uses of IHttpRequest in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return IHttpRequest Modifier and Type Method Description IHttpRequestIHttpClient. createBinaryRequest(FhirContext theContext, IBaseBinary theBinary)Create a binary requestIHttpRequestIHttpClient. createByteRequest(FhirContext theContext, String theContents, String theContentType, EncodingEnum theEncoding)Create a byte requestIHttpRequestIHttpClient. createGetRequest(FhirContext theContext, EncodingEnum theEncoding)Create a normal http get requestIHttpRequestIHttpClient. 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 IHttpRequest Modifier and Type Method Description voidIClientInterceptor. interceptRequest(IHttpRequest theRequest)Fired by the client just before invoking the HTTP client request
-