public interface IClientInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
interceptRequest(org.apache.http.client.methods.HttpRequestBase theRequest)
Fired by the client just before invoking the HTTP client request
|
void |
interceptResponse(org.apache.http.HttpResponse theResponse)
Fired by the client upon receiving an HTTP response, prior to processing that response
|
void interceptRequest(org.apache.http.client.methods.HttpRequestBase theRequest)
void interceptResponse(org.apache.http.HttpResponse theResponse) throws IOException
IOExceptionCopyright © 2014–2016 University Health Network. All rights reserved.