Interface ProxyInterceptor


  • public interface ProxyInterceptor
    A HttpProxy interceptor.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.

    • Method Detail

      • getDelegate

        io.vertx.httpproxy.ProxyInterceptor getDelegate()
      • handleProxyRequest

        io.smallrye.mutiny.Uni<ProxyResponse> handleProxyRequest​(ProxyContext context)
        Parameters:
        context - the proxy context
        Returns:
        when the request has actually been sent to the origin
      • handleProxyResponse

        io.smallrye.mutiny.Uni<Void> handleProxyResponse​(ProxyContext context)
        Parameters:
        context - the proxy context
        Returns:
        when the response has actually been sent to the user-agent
      • newInstance

        static ProxyInterceptor newInstance​(io.vertx.httpproxy.ProxyInterceptor arg)