public interface HttpCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAfterResponse(HttpContext context)
Callback called just after the HTTP response is received.
|
void |
onBeforeRequest(HttpRequest request)
Callback called just before the HTTP request is sent.
|
void onBeforeRequest(HttpRequest request)
request - The HTTP request to be executedvoid onAfterResponse(HttpContext context)
context - Context for the HTTP callCopyright © 2022. All rights reserved.