
Uses of Class
ca.uhn.fhir.interceptor.api.Hook
-
Packages that use Hook Package Description ca.uhn.fhir.rest.client.api -
-
Uses of Hook in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api with annotations of type Hook Modifier and Type Method Description void
IClientInterceptor. interceptRequest(IHttpRequest theRequest)
Fired by the client just before invoking the HTTP client requestvoid
IClientInterceptor. interceptResponse(IHttpResponse theResponse)
Fired by the client upon receiving an HTTP response, prior to processing that response
-