public interface io.vertx.ext.web.handler.ChainAuthHandler extends io.vertx.ext.web.handler.AuthenticationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.web.handler.ChainAuthHandler
  super_class: java.lang.Object
{
  public static io.vertx.ext.web.handler.ChainAuthHandler create();
    descriptor: ()Lio/vertx/ext/web/handler/ChainAuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            invokestatic io.vertx.ext.web.handler.ChainAuthHandler.any:()Lio/vertx/ext/web/handler/ChainAuthHandler;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static io.vertx.ext.web.handler.ChainAuthHandler all();
    descriptor: ()Lio/vertx/ext/web/handler/ChainAuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 43
            new io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl
            dup
            iconst_1
            invokespecial io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl.<init>:(Z)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.web.handler.ChainAuthHandler any();
    descriptor: ()Lio/vertx/ext/web/handler/ChainAuthHandler;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 51
            new io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl
            dup
            iconst_0
            invokespecial io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl.<init>:(Z)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract io.vertx.ext.web.handler.ChainAuthHandler add(io.vertx.ext.web.handler.AuthenticationHandler);
    descriptor: (Lio/vertx/ext/web/handler/AuthenticationHandler;)Lio/vertx/ext/web/handler/ChainAuthHandler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
       Name  Flags
      other  
}
SourceFile: "ChainAuthHandler.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()