Uses of Class
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
-
Uses of RestfulClientFactory in ca.uhn.fhir.rest.client.apache
Modifier and TypeClassDescriptionclass
A Restful Factory to create clients, requests and responses based on the Apache httpclient library. -
Uses of RestfulClientFactory in ca.uhn.fhir.rest.client.impl
ModifierConstructorDescriptionClientInvocationHandler
(ca.uhn.fhir.rest.client.api.IHttpClient theClient, ca.uhn.fhir.context.FhirContext theContext, String theUrlBase, Map<Method, Object> theMethodToReturnValue, Map<Method, BaseMethodBinding<?>> theBindings, Map<Method, ClientInvocationHandlerFactory.ILambda> theMethodToLambda, RestfulClientFactory theFactory) GenericClient
(ca.uhn.fhir.context.FhirContext theContext, ca.uhn.fhir.rest.client.api.IHttpClient theHttpClient, String theServerBase, RestfulClientFactory theFactory) For now, this is a part of the internal API of HAPI - Use with caution as this method may change!