| Package | Description |
|---|---|
| ca.uhn.fhir.rest.client.api |
| Modifier and Type | Method and Description |
|---|---|
List<IClientInterceptor> |
IRestfulClient.getInterceptors()
Returns the client interceptors that have been registered with this client
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRestfulClient.registerInterceptor(IClientInterceptor theInterceptor)
Register a new interceptor for this client.
|
void |
IGenericClient.registerInterceptor(IClientInterceptor theInterceptor)
Register a new interceptor for this client.
|
void |
IRestfulClient.unregisterInterceptor(IClientInterceptor theInterceptor)
Remove an intercaptor that was previously registered using
IRestfulClient.registerInterceptor(IClientInterceptor) |
void |
IGenericClient.unregisterInterceptor(IClientInterceptor theInterceptor)
Remove an intercaptor that was previously registered using
IRestfulClient.registerInterceptor(IClientInterceptor) |
Copyright © 2014–2017 University Health Network. All rights reserved.