Package io.vertx.mutiny.httpproxy
Interface ProxyInterceptor
- All Superinterfaces:
MutinyDelegate
A
HttpProxy
interceptor.
NOTE: This class has been automatically generated from the original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.httpproxy.ProxyInterceptor
io.smallrye.mutiny.Uni<ProxyResponse>
handleProxyRequest
(ProxyContext context) io.smallrye.mutiny.Uni<Void>
handleProxyResponse
(ProxyContext context) static ProxyInterceptor
newInstance
(io.vertx.httpproxy.ProxyInterceptor arg)
-
Field Details
-
TYPE_ARG_0
-
-
Method Details
-
getDelegate
io.vertx.httpproxy.ProxyInterceptor getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Returns:
- the delegate used by this Mutiny object of generated type
-
handleProxyRequest
- Parameters:
context
- the proxy context- Returns:
- when the request has actually been sent to the origin
-
handleProxyResponse
- Parameters:
context
- the proxy context- Returns:
- when the response has actually been sent to the user-agent
-
newInstance
-