public class io.vertx.reactivex.core.http.HttpServer implements io.vertx.reactivex.core.metrics.Measured
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.http.HttpServer
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.http.HttpServer> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/core/http/HttpServer;>;

  private final io.vertx.core.http.HttpServer delegate;
    descriptor: Lio/vertx/core/http/HttpServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.HttpServerRequest> cached_0;
    descriptor: Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/HttpServerRequest;>;

  private io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.ServerWebSocket> cached_1;
    descriptor: Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/ServerWebSocket;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 62
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/core/http/HttpServer.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 63
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/core/http/HttpServer.getDelegate()Lio/vertx/core/http/HttpServer; (5)
                  (Lio/vertx/reactivex/core/http/HttpServer;)Ljava/lang/Object;
         2: .line 62
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.http.HttpServer.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 64
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 46
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // java.lang.Object o
         0: .line 51
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.http.HttpServer
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.http.HttpServer that
         4: .line 54
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.http.HttpServer that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 59
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;

  public void <init>(io.vertx.core.http.HttpServer);
    descriptor: (Lio/vertx/core/http/HttpServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.http.HttpServer delegate
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
         2: .line 70
            return
        end local 1 // io.vertx.core.http.HttpServer delegate
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/core/http/HttpServer;
            0    3     1  delegate  Lio/vertx/core/http/HttpServer;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.http.HttpServer getDelegate();
    descriptor: ()Lio/vertx/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 73
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;

  public boolean isMetricsEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 81
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokeinterface io.vertx.core.http.HttpServer.isMetricsEnabled:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 82
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            1    2     1   ret  Z

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.HttpServerRequest> requestStream();
    descriptor: ()Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 91
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.cached_0:Lio/vertx/reactivex/core/streams/ReadStream;
            ifnull 2
         1: .line 92
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.cached_0:Lio/vertx/reactivex/core/streams/ReadStream;
            areturn
         2: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokeinterface io.vertx.core.http.HttpServer.requestStream:()Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.HttpServerRequest.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.streams.ReadStream ret
         3: .line 95
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServer.cached_0:Lio/vertx/reactivex/core/streams/ReadStream;
         4: .line 96
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            3    5     1   ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/HttpServerRequest;>;
    Signature: ()Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/HttpServerRequest;>;

  public io.vertx.reactivex.core.http.HttpServer requestHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpServerRequest>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 106
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            new io.vertx.reactivex.core.http.HttpServer$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$1.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.requestHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 111
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpServerRequest;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpServerRequest;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpServer connectionHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.HttpConnection>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 120
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            new io.vertx.reactivex.core.http.HttpServer$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$2.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.connectionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpConnection;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/HttpConnection;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpServer exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 136
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.http.ServerWebSocket> websocketStream();
    descriptor: ()Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 145
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.cached_1:Lio/vertx/reactivex/core/streams/ReadStream;
            ifnull 2
         1: .line 146
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.cached_1:Lio/vertx/reactivex/core/streams/ReadStream;
            areturn
         2: .line 148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokeinterface io.vertx.core.http.HttpServer.websocketStream:()Lio/vertx/core/streams/ReadStream;
            getstatic io.vertx.reactivex.core.http.ServerWebSocket.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.core.streams.ReadStream.newInstance:(Lio/vertx/core/streams/ReadStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/ReadStream;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.streams.ReadStream ret
         3: .line 149
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServer.cached_1:Lio/vertx/reactivex/core/streams/ReadStream;
         4: .line 150
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.streams.ReadStream ret
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            3    5     1   ret  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/ServerWebSocket;>;
    Signature: ()Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/http/ServerWebSocket;>;

  public io.vertx.reactivex.core.http.HttpServer websocketHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.ServerWebSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 160
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            new io.vertx.reactivex.core.http.HttpServer$3
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$3.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.websocketHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 165
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/ServerWebSocket;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.HttpServer listen();
    descriptor: ()Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 176
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokeinterface io.vertx.core.http.HttpServer.listen:()Lio/vertx/core/http/HttpServer;
            pop
         1: .line 177
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServer;

  public io.vertx.reactivex.core.http.HttpServer listen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // int port
        start local 2 // java.lang.String host
         0: .line 190
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            iload 1 /* port */
            aload 2 /* host */
            invokeinterface io.vertx.core.http.HttpServer.listen:(ILjava/lang/String;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 191
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  port  I
            0    2     2  host  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      port  
      host  

  public io.vertx.reactivex.core.http.HttpServer listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>);
    descriptor: (ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // int port
        start local 2 // java.lang.String host
        start local 3 // io.vertx.core.Handler listenHandler
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            iload 1 /* port */
            aload 2 /* host */
            new io.vertx.reactivex.core.http.HttpServer$4
            dup
            aload 0 /* this */
            aload 3 /* listenHandler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$4.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.listen:(ILjava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 212
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler listenHandler
        end local 2 // java.lang.String host
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1           port  I
            0    2     2           host  Ljava/lang/String;
            0    2     3  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;
    Signature: (ILjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
               Name  Flags
      port           
      host           
      listenHandler  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServer> rxListen(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 223
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;
    Signature: (ILjava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServer;>;
    MethodParameters:
      Name  Flags
      port  
      host  

  public io.vertx.reactivex.core.http.HttpServer listen(io.vertx.reactivex.core.net.SocketAddress, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>);
    descriptor: (Lio/vertx/reactivex/core/net/SocketAddress;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.reactivex.core.net.SocketAddress address
        start local 2 // io.vertx.core.Handler listenHandler
         0: .line 237
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            aload 1 /* address */
            invokevirtual io.vertx.reactivex.core.net.SocketAddress.getDelegate:()Lio/vertx/core/net/SocketAddress;
            new io.vertx.reactivex.core.http.HttpServer$5
            dup
            aload 0 /* this */
            aload 2 /* listenHandler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$5.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.listen:(Lio/vertx/core/net/SocketAddress;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 246
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler listenHandler
        end local 1 // io.vertx.reactivex.core.net.SocketAddress address
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1        address  Lio/vertx/reactivex/core/net/SocketAddress;
            0    2     2  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;
    Signature: (Lio/vertx/reactivex/core/net/SocketAddress;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
               Name  Flags
      address        
      listenHandler  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServer> rxListen(io.vertx.reactivex.core.net.SocketAddress);
    descriptor: (Lio/vertx/reactivex/core/net/SocketAddress;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 257
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;
    Signature: (Lio/vertx/reactivex/core/net/SocketAddress;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServer;>;
    MethodParameters:
         Name  Flags
      address  

  public io.vertx.reactivex.core.http.HttpServer listen(int);
    descriptor: (I)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // int port
         0: .line 269
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            iload 1 /* port */
            invokeinterface io.vertx.core.http.HttpServer.listen:(I)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 270
            aload 0 /* this */
            areturn
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  port  I
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.reactivex.core.http.HttpServer listen(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>);
    descriptor: (ILio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // int port
        start local 2 // io.vertx.core.Handler listenHandler
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            iload 1 /* port */
            new io.vertx.reactivex.core.http.HttpServer$6
            dup
            aload 0 /* this */
            aload 2 /* listenHandler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$6.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.listen:(ILio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 289
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler listenHandler
        end local 1 // int port
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1           port  I
            0    2     2  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;
    Signature: (ILio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
               Name  Flags
      port           
      listenHandler  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServer> rxListen(int);
    descriptor: (I)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 298
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;
    Signature: (I)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServer;>;
    MethodParameters:
      Name  Flags
      port  

  public io.vertx.reactivex.core.http.HttpServer listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.Handler listenHandler
         0: .line 309
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            new io.vertx.reactivex.core.http.HttpServer$7
            dup
            aload 0 /* this */
            aload 1 /* listenHandler */
            invokespecial io.vertx.reactivex.core.http.HttpServer$7.<init>:(Lio/vertx/reactivex/core/http/HttpServer;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServer.listen:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServer;
            pop
         1: .line 318
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler listenHandler
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  listenHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServer;>;>;)Lio/vertx/reactivex/core/http/HttpServer;
    MethodParameters:
               Name  Flags
      listenHandler  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServer> rxListen();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 326
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;
    Signature: ()Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServer;>;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 337
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokeinterface io.vertx.core.http.HttpServer.close:()V
         1: .line 338
            return
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServer;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 345
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.core.http.HttpServer.close:(Lio/vertx/core/Handler;)V
         1: .line 346
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/core/http/HttpServer;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 353
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServer;

  public int actualPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServer this
         0: .line 364
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServer.delegate:Lio/vertx/core/http/HttpServer;
            invokeinterface io.vertx.core.http.HttpServer.actualPort:()I
            istore 1 /* ret */
        start local 1 // int ret
         1: .line 365
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.reactivex.core.http.HttpServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServer;
            1    2     1   ret  I

  public static io.vertx.reactivex.core.http.HttpServer newInstance(io.vertx.core.http.HttpServer);
    descriptor: (Lio/vertx/core/http/HttpServer;)Lio/vertx/reactivex/core/http/HttpServer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.HttpServer arg
         0: .line 372
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.http.HttpServer
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.http.HttpServer.<init>:(Lio/vertx/core/http/HttpServer;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.http.HttpServer
         2: areturn
        end local 0 // io.vertx.core.http.HttpServer arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/http/HttpServer;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.core.metrics.Measured getDelegate();
    descriptor: ()Lio/vertx/core/metrics/Measured;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.core.http.HttpServer.getDelegate:()Lio/vertx/core/http/HttpServer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 62
            new io.vertx.reactivex.core.http.HttpServer
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpServer
            invokespecial io.vertx.reactivex.core.http.HttpServer.<init>:(Lio/vertx/core/http/HttpServer;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "HttpServer.java"
NestMembers:
  io.vertx.reactivex.core.http.HttpServer$1  io.vertx.reactivex.core.http.HttpServer$2  io.vertx.reactivex.core.http.HttpServer$3  io.vertx.reactivex.core.http.HttpServer$4  io.vertx.reactivex.core.http.HttpServer$5  io.vertx.reactivex.core.http.HttpServer$6  io.vertx.reactivex.core.http.HttpServer$7
InnerClasses:
  io.vertx.reactivex.core.http.HttpServer$1
  io.vertx.reactivex.core.http.HttpServer$2
  io.vertx.reactivex.core.http.HttpServer$3
  io.vertx.reactivex.core.http.HttpServer$4
  io.vertx.reactivex.core.http.HttpServer$5
  io.vertx.reactivex.core.http.HttpServer$6
  io.vertx.reactivex.core.http.HttpServer$7
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpServer;)