Class InputTrustHandler.InputTrustHandlerImpl

java.lang.Object
io.vertx.mutiny.ext.web.handler.InputTrustHandler.InputTrustHandlerImpl
All Implemented Interfaces:
MutinyDelegate, io.vertx.core.Handler<RoutingContext>, InputTrustHandler, Consumer<RoutingContext>
Enclosing interface:
InputTrustHandler

public static class InputTrustHandler.InputTrustHandlerImpl extends Object implements InputTrustHandler
  • Constructor Details

    • InputTrustHandlerImpl

      public InputTrustHandlerImpl(io.vertx.ext.web.handler.InputTrustHandler delegate)
      Create a new instance of InputTrustHandler.InputTrustHandlerImpl delegating to the given (non-null) instance of InputTrustHandler.
  • Method Details

    • getDelegate

      public io.vertx.ext.web.handler.InputTrustHandler getDelegate()
      Get the delegate instance.

      This method returns the instance on which this shim is delegating the calls. And so, give you access to the bare API.

      Specified by:
      getDelegate in interface InputTrustHandler
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate instance
    • accept

      public void accept(RoutingContext item)
      Handle an item. This method is generated from the original method."
      Specified by:
      accept in interface Consumer<RoutingContext>
      Specified by:
      accept in interface InputTrustHandler
    • handle

      public void handle(RoutingContext item)
      Handle an item. This method is generated from the original method."
      Specified by:
      handle in interface io.vertx.core.Handler<RoutingContext>
      Specified by:
      handle in interface InputTrustHandler