public interface IClientInterceptor
See the HAPI Documentation Client Interceptor page for more information on how to use this feature.
| Modifier and Type | Method and Description |
|---|---|
void |
interceptRequest(IHttpRequest theRequest)
Fired by the client just before invoking the HTTP client request
|
void |
interceptResponse(IHttpResponse theResponse)
Fired by the client upon receiving an HTTP response, prior to processing that response
|
void interceptRequest(IHttpRequest theRequest)
void interceptResponse(IHttpResponse theResponse) throws IOException
IOExceptionCopyright © 2014–2019 University Health Network. All rights reserved.