public class CapturingInterceptor extends Object implements IClientInterceptor
| Constructor and Description |
|---|
CapturingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the last request and response values
|
IHttpRequest |
getLastRequest() |
IHttpResponse |
getLastResponse() |
void |
interceptRequest(IHttpRequest theRequest) |
void |
interceptResponse(IHttpResponse theResponse) |
public CapturingInterceptor()
public void clear()
public IHttpRequest getLastRequest()
public IHttpResponse getLastResponse()
public void interceptRequest(IHttpRequest theRequest)
interceptRequest in interface IClientInterceptorpublic void interceptResponse(IHttpResponse theResponse)
interceptResponse in interface IClientInterceptorCopyright © 2014–2018 University Health Network. All rights reserved.