public interface ProxyCompleteListener
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(io.muserver.MuRequest clientRequest,
io.muserver.MuResponse clientResponse,
URI targetUri,
long durationMillis)
Called after the response has been sent to the client, whether successful or not
|
void onComplete(io.muserver.MuRequest clientRequest,
io.muserver.MuResponse clientResponse,
URI targetUri,
long durationMillis)
throws Exception
clientRequest - The original request from the clientclientResponse - The response sent to the clienttargetUri - The URI that this request was proxied todurationMillis - The time in millis from when the reverse proxy received the request until the client request was sent.Exception - Any exceptions will be logged and ignoredCopyright © 2019. All rights reserved.