Uses of Class
ca.uhn.fhir.rest.client.impl.RestfulClientFactory
Packages that use RestfulClientFactory
-
Uses of RestfulClientFactory in ca.uhn.fhir.rest.client.apache
Subclasses of RestfulClientFactory in ca.uhn.fhir.rest.client.apacheModifier and TypeClassDescriptionclassA Restful Factory to create clients, requests and responses based on the Apache httpclient library. -
Uses of RestfulClientFactory in ca.uhn.fhir.rest.client.impl
Constructors in ca.uhn.fhir.rest.client.impl with parameters of type RestfulClientFactoryModifierConstructorDescriptionClientInvocationHandler(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!