public interface ProxyInterceptor
HttpProxy
interceptor.Modifier and Type | Method and Description |
---|---|
default Future<ProxyResponse> |
handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
default Future<Void> |
handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
default Future<ProxyResponse> handleProxyRequest(ProxyContext context)
context
- the proxy contextdefault Future<Void> handleProxyResponse(ProxyContext context)
context
- the proxy contextCopyright © 2022 Eclipse. All rights reserved.