Class Default401ErrorHandler

java.lang.Object
org.apache.camel.component.platform.http.vertx.auth.Default401ErrorHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>, io.vertx.ext.web.handler.ErrorHandler

public class Default401ErrorHandler extends Object implements io.vertx.ext.web.handler.ErrorHandler
  • Constructor Details

    • Default401ErrorHandler

      public Default401ErrorHandler()
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext routingContext)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>