Interface ChainHandler

All Superinterfaces:
io.vertx.ext.web.handler.AuthenticationHandler, io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
All Known Implementing Classes:
ChainHandlerImpl

public interface ChainHandler extends io.vertx.ext.web.handler.AuthenticationHandler
Author:
Lang
  • Method Summary

    Modifier and Type
    Method
    Description
    add(io.vertx.ext.web.handler.AuthenticationHandler other)
     
    all()
     
    any()
     

    Methods inherited from interface io.vertx.core.Handler

    handle