| Modifier and Type | Field and Description |
|---|---|
static TypeArg<ProxyInterceptor> |
__TYPE_ARG |
| Constructor and Description |
|---|
ProxyInterceptor(Object delegate) |
ProxyInterceptor(io.vertx.httpproxy.ProxyInterceptor delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
io.vertx.httpproxy.ProxyInterceptor |
getDelegate() |
io.reactivex.rxjava3.core.Single<ProxyResponse> |
handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
io.reactivex.rxjava3.core.Completable |
handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
int |
hashCode() |
static ProxyInterceptor |
newInstance(io.vertx.httpproxy.ProxyInterceptor arg) |
io.reactivex.rxjava3.core.Single<ProxyResponse> |
rxHandleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
io.reactivex.rxjava3.core.Completable |
rxHandleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
String |
toString() |
public static final TypeArg<ProxyInterceptor> __TYPE_ARG
public ProxyInterceptor(io.vertx.httpproxy.ProxyInterceptor delegate)
public ProxyInterceptor(Object delegate)
public io.vertx.httpproxy.ProxyInterceptor getDelegate()
public io.reactivex.rxjava3.core.Single<ProxyResponse> handleProxyRequest(ProxyContext context)
context - the proxy contextpublic io.reactivex.rxjava3.core.Single<ProxyResponse> rxHandleProxyRequest(ProxyContext context)
context - the proxy contextpublic io.reactivex.rxjava3.core.Completable handleProxyResponse(ProxyContext context)
context - the proxy contextpublic io.reactivex.rxjava3.core.Completable rxHandleProxyResponse(ProxyContext context)
context - the proxy contextpublic static ProxyInterceptor newInstance(io.vertx.httpproxy.ProxyInterceptor arg)
Copyright © 2022 Eclipse. All rights reserved.