Interface ProxyInterceptor

All Superinterfaces:
MutinyDelegate

public interface ProxyInterceptor extends MutinyDelegate
A HttpProxy interceptor.

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

  • Field Details

  • Method Details

    • getDelegate

      io.vertx.httpproxy.ProxyInterceptor getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • 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)