public class ProxyInterceptor extends Object
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ProxyInterceptor> |
__TYPE_ARG |
Constructor and Description |
---|
ProxyInterceptor(Object delegate) |
ProxyInterceptor(ProxyInterceptor delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
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.
|
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<ProxyInterceptor> __TYPE_ARG
public ProxyInterceptor(ProxyInterceptor delegate)
public ProxyInterceptor(Object delegate)
public ProxyInterceptor getDelegate()
public Single<ProxyResponse> handleProxyRequest(ProxyContext context)
context
- the proxy contextpublic Single<ProxyResponse> rxHandleProxyRequest(ProxyContext context)
context
- the proxy contextpublic Completable handleProxyResponse(ProxyContext context)
context
- the proxy contextpublic Completable rxHandleProxyResponse(ProxyContext context)
context
- the proxy contextpublic static ProxyInterceptor newInstance(ProxyInterceptor arg)
Copyright © 2023 Eclipse. All rights reserved.