| Class and Description |
|---|
| ca.uhn.fhir.rest.client.impl.HttpBasicAuthInterceptor
Use
BasicAuthInterceptor instead. Note that BasicAuthInterceptor class is a HAPI client interceptor instead of being a commons-httpclient interceptor, so you register it to your client instance once it's created using IGenericClient.registerInterceptor(IClientInterceptor) or IRestfulClient.registerInterceptor(IClientInterceptor) instead |
| Method and Description |
|---|
| ca.uhn.fhir.rest.client.apache.ApacheHttpResponse.bufferEntitity() |
| ca.uhn.fhir.rest.client.impl.RestfulClientFactory.getServerValidationModeEnum() |
| ca.uhn.fhir.rest.client.impl.GenericClient.isLogRequestAndResponse()
Use
LoggingInterceptor as a client interceptor registered to your
client instead, as this provides much more fine-grained control over what is logged. This
method will be removed at some point (deprecated in HAPI 1.6 - 2016-06-16) |
| ca.uhn.fhir.rest.client.impl.GenericClient.setLogRequestAndResponse(boolean) |
| ca.uhn.fhir.rest.client.impl.RestfulClientFactory.setServerValidationModeEnum(ServerValidationModeEnum) |
Copyright © 2014–2019 University Health Network. All rights reserved.