Uses of Interface
ca.uhn.fhir.rest.client.api.IHttpClient
-
Packages that use IHttpClient Package Description ca.uhn.fhir.rest.client.api -
-
Uses of IHttpClient in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return IHttpClient Modifier and Type Method Description IHttpClientIRestfulClient. getHttpClient()Do not call this method in client code.IHttpClientIRestfulClientFactory. getHttpClient(StringBuilder theUrl, Map<String,List<String>> theIfNoneExistParams, String theIfNoneExistString, RequestTypeEnum theRequestType, List<Header> theHeaders)Returns the HTTP client instance.Methods in ca.uhn.fhir.rest.client.api with parameters of type IHttpClient Modifier and Type Method Description voidIRestfulClientFactory. validateServerBase(String theServerBase, IHttpClient theHttpClient, IRestfulClient theClient)voidIRestfulClientFactory. validateServerBaseIfConfiguredToDoSo(String theServerBase, IHttpClient theHttpClient, IRestfulClient theClient)This method is internal to HAPI - It may change in future versions, use with caution.
-