-
Classes
-
MethodsMethodDescriptionUse
LoggingInterceptoras 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)
BasicAuthInterceptorinstead. 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 usingIGenericClient.registerInterceptor(IClientInterceptor)orIRestfulClient.registerInterceptor(IClientInterceptor)instead