public interface ProxyInterceptor
extends io.vertx.lang.rx.RxDelegate
Modifier and Type | Method and Description |
---|---|
ProxyInterceptor |
getDelegate() |
Single<ProxyResponse> |
handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
Completable |
handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
static ProxyInterceptor |
newInstance(ProxyInterceptor arg) |
Single<ProxyResponse> |
rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
Completable |
rxHandleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
ProxyInterceptor getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
Single<ProxyResponse> handleProxyRequest(ProxyContext context)
context
- the proxy contextSingle<ProxyResponse> rxHandleProxyRequest(ProxyContext context)
context
- the proxy contextCompletable handleProxyResponse(ProxyContext context)
context
- the proxy contextCompletable rxHandleProxyResponse(ProxyContext context)
context
- the proxy contextstatic ProxyInterceptor newInstance(ProxyInterceptor arg)
Copyright © 2025 Eclipse. All rights reserved.