class io.vertx.core.http.impl.HttpServerChannelInitializer$1 extends io.vertx.core.http.impl.Http1xOrH2CHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpServerChannelInitializer$1
  super_class: io.vertx.core.http.impl.Http1xOrH2CHandler
{
  final io.vertx.core.http.impl.HttpServerChannelInitializer this$0;
    descriptor: Lio/vertx/core/http/impl/HttpServerChannelInitializer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.handler.timeout.IdleStateHandler val$idle;
    descriptor: Lio/netty/handler/timeout/IdleStateHandler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.ChannelPipeline val$pipeline;
    descriptor: Lio/netty/channel/ChannelPipeline;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final io.netty.channel.Channel val$ch;
    descriptor: Lio/netty/channel/Channel;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.HttpServerChannelInitializer, io.netty.handler.timeout.IdleStateHandler, io.netty.channel.ChannelPipeline, io.netty.channel.Channel);
    descriptor: (Lio/vertx/core/http/impl/HttpServerChannelInitializer;Lio/netty/handler/timeout/IdleStateHandler;Lio/netty/channel/ChannelPipeline;Lio/netty/channel/Channel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
         0: .line 121
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$idle:Lio/netty/handler/timeout/IdleStateHandler;
            aload 0 /* this */
            aload 3
            putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            aload 4
            putfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$ch:Lio/netty/channel/Channel;
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.Http1xOrH2CHandler.<init>:()V
            return
        end local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$idle      final
      val$pipeline  final
      val$ch        final

  protected void configure(io.netty.channel.ChannelHandlerContext, boolean);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // boolean h2c
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$idle:Lio/netty/handler/timeout/IdleStateHandler;
            ifnull 2
         1: .line 126
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$pipeline:Lio/netty/channel/ChannelPipeline;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$idle:Lio/netty/handler/timeout/IdleStateHandler;
            invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
            pop
         2: .line 128
      StackMap locals:
      StackMap stack:
            iload 2 /* h2c */
            ifeq 5
         3: .line 129
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
            invokevirtual io.vertx.core.http.impl.HttpServerChannelInitializer.handleHttp2:(Lio/netty/channel/Channel;)V
         4: .line 130
            goto 6
         5: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$ch:Lio/netty/channel/Channel;
            invokevirtual io.vertx.core.http.impl.HttpServerChannelInitializer.handleHttp1:(Lio/netty/channel/Channel;)V
         6: .line 133
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean h2c
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
            0    7     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    7     2   h2c  Z
    MethodParameters:
      Name  Flags
      ctx   
      h2c   

  public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Object evt
         0: .line 137
            aload 2 /* evt */
            instanceof io.netty.handler.timeout.IdleStateEvent
            ifeq 2
            aload 2 /* evt */
            checkcast io.netty.handler.timeout.IdleStateEvent
            invokevirtual io.netty.handler.timeout.IdleStateEvent.state:()Lio/netty/handler/timeout/IdleState;
            getstatic io.netty.handler.timeout.IdleState.ALL_IDLE:Lio/netty/handler/timeout/IdleState;
            if_acmpne 2
         1: .line 138
            aload 1 /* ctx */
            invokeinterface io.netty.channel.ChannelHandlerContext.close:()Lio/netty/channel/ChannelFuture;
            pop
         2: .line 140
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object evt
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
            0    3     1   ctx  Lio/netty/channel/ChannelHandlerContext;
            0    3     2   evt  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
      evt   

  public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // java.lang.Throwable cause
         0: .line 144
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* cause */
            invokespecial io.vertx.core.http.impl.Http1xOrH2CHandler.exceptionCaught:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
         1: .line 145
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.this$0:Lio/vertx/core/http/impl/HttpServerChannelInitializer;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerChannelInitializer$1.val$ch:Lio/netty/channel/Channel;
            aload 2 /* cause */
            invokevirtual io.vertx.core.http.impl.HttpServerChannelInitializer.handleException:(Lio/netty/channel/Channel;Ljava/lang/Throwable;)V
         2: .line 146
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.http.impl.HttpServerChannelInitializer$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/HttpServerChannelInitializer$1;
            0    3     1    ctx  Lio/netty/channel/ChannelHandlerContext;
            0    3     2  cause  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
       Name  Flags
      ctx    
      cause  
}
SourceFile: "HttpServerChannelInitializer.java"
EnclosingMethod: io.vertx.core.http.impl.HttpServerChannelInitializer.initChannel:(Lio/netty/channel/Channel;)V
NestHost: io.vertx.core.http.impl.HttpServerChannelInitializer
InnerClasses:
  io.vertx.core.http.impl.HttpServerChannelInitializer$1