Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.rxjava3.httpproxy |
Modifier and Type | Method and Description |
---|---|
default Future<ProxyResponse> |
ProxyInterceptor.handleProxyRequest(ProxyContext context)
Handle the proxy request at the stage of this interceptor.
|
default Future<Void> |
ProxyInterceptor.handleProxyResponse(ProxyContext context)
Handle the proxy response at the stage of this interceptor.
|
Modifier and Type | Method and Description |
---|---|
ProxyContext |
ProxyContext.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ProxyContext |
ProxyContext.newInstance(ProxyContext arg) |
Constructor and Description |
---|
ProxyContext(ProxyContext delegate) |
Copyright © 2023 Eclipse. All rights reserved.