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

  void <init>(io.vertx.core.http.impl.HttpServerImpl, io.vertx.core.impl.VertxInternal, io.vertx.core.net.impl.SSLHelper, io.vertx.core.http.HttpServerOptions, java.lang.String, io.vertx.core.spi.metrics.HttpServerMetrics, boolean, java.util.function.Function, java.util.function.Function);
    descriptor: (Lio/vertx/core/http/impl/HttpServerImpl;Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/http/HttpServerOptions;Ljava/lang/String;Lio/vertx/core/spi/metrics/HttpServerMetrics;ZLjava/util/function/Function;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=10, args_size=10
        start local 0 // io.vertx.core.http.impl.HttpServerImpl$1 this
        start local 2 // io.vertx.core.impl.VertxInternal $anonymous0
        start local 3 // io.vertx.core.net.impl.SSLHelper $anonymous1
        start local 4 // io.vertx.core.http.HttpServerOptions $anonymous2
        start local 5 // java.lang.String $anonymous3
        start local 6 // io.vertx.core.spi.metrics.HttpServerMetrics $anonymous4
        start local 7 // boolean $anonymous5
        start local 8 // java.util.function.Function $anonymous6
        start local 9 // java.util.function.Function $anonymous7
         0: .line 176
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.HttpServerImpl$1.this$0:Lio/vertx/core/http/impl/HttpServerImpl;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            aload 5 /* $anonymous3 */
            aload 6 /* $anonymous4 */
            iload 7 /* $anonymous5 */
            aload 8 /* $anonymous6 */
            aload 9 /* $anonymous7 */
            invokespecial io.vertx.core.http.impl.HttpServerChannelInitializer.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/net/impl/SSLHelper;Lio/vertx/core/http/HttpServerOptions;Ljava/lang/String;Lio/vertx/core/spi/metrics/HttpServerMetrics;ZLjava/util/function/Function;Ljava/util/function/Function;)V
            return
        end local 9 // java.util.function.Function $anonymous7
        end local 8 // java.util.function.Function $anonymous6
        end local 7 // boolean $anonymous5
        end local 6 // io.vertx.core.spi.metrics.HttpServerMetrics $anonymous4
        end local 5 // java.lang.String $anonymous3
        end local 4 // io.vertx.core.http.HttpServerOptions $anonymous2
        end local 3 // io.vertx.core.net.impl.SSLHelper $anonymous1
        end local 2 // io.vertx.core.impl.VertxInternal $anonymous0
        end local 0 // io.vertx.core.http.impl.HttpServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lio/vertx/core/http/impl/HttpServerImpl$1;
            0    1     2  $anonymous0  Lio/vertx/core/impl/VertxInternal;
            0    1     3  $anonymous1  Lio/vertx/core/net/impl/SSLHelper;
            0    1     4  $anonymous2  Lio/vertx/core/http/HttpServerOptions;
            0    1     5  $anonymous3  Ljava/lang/String;
            0    1     6  $anonymous4  Lio/vertx/core/spi/metrics/HttpServerMetrics;
            0    1     7  $anonymous5  Z
            0    1     8  $anonymous6  Ljava/util/function/Function<Lio/netty/channel/EventLoop;Lio/vertx/core/net/impl/HandlerHolder<+Lio/vertx/core/Handler<Lio/vertx/core/http/impl/HttpServerConnection;>;>;>;
            0    1     9  $anonymous7  Ljava/util/function/Function<Lio/netty/channel/EventLoop;Lio/vertx/core/net/impl/HandlerHolder<+Lio/vertx/core/Handler<Ljava/lang/Throwable;>;>;>;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  
      $anonymous3  
      $anonymous4  
      $anonymous5  
      $anonymous6  
      $anonymous7  

  protected void initChannel(io.netty.channel.Channel);
    descriptor: (Lio/netty/channel/Channel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerImpl$1 this
        start local 1 // io.netty.channel.Channel ch
         0: .line 194
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerImpl$1.this$0:Lio/vertx/core/http/impl/HttpServerImpl;
            getfield io.vertx.core.http.impl.HttpServerImpl.requestStream:Lio/vertx/core/http/impl/HttpServerImpl$HttpStreamHandler;
            invokevirtual io.vertx.core.http.impl.HttpServerImpl$HttpStreamHandler.accept:()Z
            ifeq 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerImpl$1.this$0:Lio/vertx/core/http/impl/HttpServerImpl;
            getfield io.vertx.core.http.impl.HttpServerImpl.wsStream:Lio/vertx/core/http/impl/HttpServerImpl$HttpStreamHandler;
            invokevirtual io.vertx.core.http.impl.HttpServerImpl$HttpStreamHandler.accept:()Z
            ifne 3
         1: .line 195
      StackMap locals:
      StackMap stack:
            aload 1 /* ch */
            invokeinterface io.netty.channel.Channel.close:()Lio/netty/channel/ChannelFuture;
            pop
         2: .line 196
            goto 4
         3: .line 197
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* ch */
            invokespecial io.vertx.core.http.impl.HttpServerChannelInitializer.initChannel:(Lio/netty/channel/Channel;)V
         4: .line 199
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.Channel ch
        end local 0 // io.vertx.core.http.impl.HttpServerImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/HttpServerImpl$1;
            0    5     1    ch  Lio/netty/channel/Channel;
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "HttpServerImpl.java"
EnclosingMethod: io.vertx.core.http.impl.HttpServerImpl.childHandler:(Lio/vertx/core/net/SocketAddress;Ljava/lang/String;)Lio/netty/channel/ChannelHandler;
NestHost: io.vertx.core.http.impl.HttpServerImpl
InnerClasses:
  io.vertx.core.http.impl.HttpServerImpl$1
  HttpStreamHandler = io.vertx.core.http.impl.HttpServerImpl$HttpStreamHandler of io.vertx.core.http.impl.HttpServerImpl