| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
void |
IRestfulClient.registerInterceptor(IClientInterceptor theInterceptor)
Deprecated.
Use
IRestfulClient.getInterceptorService() to access the list of inteerceptors, register them, and unregister them |
void |
IGenericClient.registerInterceptor(IClientInterceptor theInterceptor)
Register a new interceptor for this client.
|
void |
IRestfulClient.unregisterInterceptor(IClientInterceptor theInterceptor)
Deprecated.
Use
IRestfulClient.getInterceptorService() to access the list of inteerceptors, register them, and unregister them |
void |
IGenericClient.unregisterInterceptor(IClientInterceptor theInterceptor)
Remove an intercaptor that was previously registered using
IRestfulClient.registerInterceptor(IClientInterceptor) |
Copyright © 2014–2019 University Health Network. All rights reserved.