public class io.vertx.reactivex.core.http.HttpServerResponse implements io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.core.http.HttpServerResponse
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.core.http.HttpServerResponse> __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/HttpServerResponse;>;

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

  private io.vertx.reactivex.WriteStreamObserver<io.vertx.reactivex.core.buffer.Buffer> observer;
    descriptor: Lio/vertx/reactivex/WriteStreamObserver;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/reactivex/WriteStreamObserver<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private io.vertx.reactivex.WriteStreamSubscriber<io.vertx.reactivex.core.buffer.Buffer> subscriber;
    descriptor: Lio/vertx/reactivex/WriteStreamSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/reactivex/WriteStreamSubscriber<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private io.vertx.reactivex.core.MultiMap cached_0;
    descriptor: Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.reactivex.core.MultiMap cached_1;
    descriptor: Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 86
            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/HttpServerResponse.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 87
            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/HttpServerResponse.getDelegate()Lio/vertx/core/http/HttpServerResponse; (5)
                  (Lio/vertx/reactivex/core/http/HttpServerResponse;)Ljava/lang/Object;
         2: .line 86
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.core.http.HttpServerResponse.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 88
            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.HttpServerResponse this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

  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.HttpServerResponse this
        start local 1 // java.lang.Object o
         0: .line 75
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 76
      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 77
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.core.http.HttpServerResponse
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.core.http.HttpServerResponse that
         4: .line 78
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 2 /* that */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.core.http.HttpServerResponse that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/core/http/HttpServerResponse;
    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.HttpServerResponse this
         0: .line 83
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

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

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

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

  public synchronized io.vertx.reactivex.WriteStreamObserver<io.vertx.reactivex.core.buffer.Buffer> toObserver();
    descriptor: ()Lio/vertx/reactivex/WriteStreamObserver;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 108
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.observer:Lio/vertx/reactivex/WriteStreamObserver;
            ifnonnull 3
         1: .line 109
            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/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 110
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.getDelegate:()Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* conv */
            invokestatic io.vertx.reactivex.RxHelper.toObserver:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/reactivex/WriteStreamObserver;
            putfield io.vertx.reactivex.core.http.HttpServerResponse.observer:Lio/vertx/reactivex/WriteStreamObserver;
        end local 1 // java.util.function.Function conv
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.observer:Lio/vertx/reactivex/WriteStreamObserver;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/reactivex/WriteStreamObserver<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public synchronized io.vertx.reactivex.WriteStreamSubscriber<io.vertx.reactivex.core.buffer.Buffer> toSubscriber();
    descriptor: ()Lio/vertx/reactivex/WriteStreamSubscriber;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 116
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.subscriber:Lio/vertx/reactivex/WriteStreamSubscriber;
            ifnonnull 3
         1: .line 117
            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/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 118
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.getDelegate:()Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* conv */
            invokestatic io.vertx.reactivex.RxHelper.toSubscriber:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/reactivex/WriteStreamSubscriber;
            putfield io.vertx.reactivex.core.http.HttpServerResponse.subscriber:Lio/vertx/reactivex/WriteStreamSubscriber;
        end local 1 // java.util.function.Function conv
         3: .line 120
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.subscriber:Lio/vertx/reactivex/WriteStreamSubscriber;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/reactivex/WriteStreamSubscriber<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public void write(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* data */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.write:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 130
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.buffer.Buffer data
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1     data  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void write(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer data
         0: .line 137
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 138
            return
        end local 1 // io.vertx.reactivex.core.buffer.Buffer data
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  data  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public io.reactivex.Completable rxWrite(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer data
         0: .line 146
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/reactivex/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$5(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer data
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  data  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public void end(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.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 157
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  handler  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
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 163
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 164
            return
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

  public io.reactivex.Completable rxEnd();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 171
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$7(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

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

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

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

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

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

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

  public java.lang.String getStatusMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 223
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.getStatusMessage:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 224
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.reactivex.core.http.HttpServerResponse setStatusMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String statusMessage
         0: .line 233
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* statusMessage */
            invokeinterface io.vertx.core.http.HttpServerResponse.setStatusMessage:(Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 234
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String statusMessage
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  statusMessage  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      statusMessage  

  public io.vertx.reactivex.core.http.HttpServerResponse setChunked(boolean);
    descriptor: (Z)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // boolean chunked
         0: .line 253
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            iload 1 /* chunked */
            invokeinterface io.vertx.core.http.HttpServerResponse.setChunked:(Z)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 254
            aload 0 /* this */
            areturn
        end local 1 // boolean chunked
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  chunked  Z
    MethodParameters:
         Name  Flags
      chunked  

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

  public io.vertx.reactivex.core.MultiMap headers();
    descriptor: ()Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 269
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.cached_0:Lio/vertx/reactivex/core/MultiMap;
            ifnull 2
         1: .line 270
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.cached_0:Lio/vertx/reactivex/core/MultiMap;
            areturn
         2: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.reactivex.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/reactivex/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.MultiMap ret
         3: .line 273
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerResponse.cached_0:Lio/vertx/reactivex/core/MultiMap;
         4: .line 274
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.MultiMap ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            3    5     1   ret  Lio/vertx/reactivex/core/MultiMap;

  public io.vertx.reactivex.core.http.HttpServerResponse putHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 284
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 285
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.reactivex.core.MultiMap trailers();
    descriptor: ()Lio/vertx/reactivex/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 292
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.cached_1:Lio/vertx/reactivex/core/MultiMap;
            ifnull 2
         1: .line 293
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.cached_1:Lio/vertx/reactivex/core/MultiMap;
            areturn
         2: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.trailers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.reactivex.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/reactivex/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.core.MultiMap ret
         3: .line 296
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.reactivex.core.http.HttpServerResponse.cached_1:Lio/vertx/reactivex/core/MultiMap;
         4: .line 297
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.core.MultiMap ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            3    5     1   ret  Lio/vertx/reactivex/core/MultiMap;

  public io.vertx.reactivex.core.http.HttpServerResponse putTrailer(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 307
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpServerResponse.putTrailer:(Ljava/lang/String;Ljava/lang/String;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 308
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      name   
      value  

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

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

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

  public void write(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 354
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 355
            return
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
            0    2     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public io.reactivex.Completable rxWrite(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 364
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$9(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

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

  public void write(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 383
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 384
            return
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public io.reactivex.Completable rxWrite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 392
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

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

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

  public void end(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 421
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 422
            return
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public io.reactivex.Completable rxEnd(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 430
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$13(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public void end(java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
        start local 3 // io.vertx.core.Handler handler
         0: .line 442
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* chunk */
            aload 2 /* enc */
            aload 3 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 443
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1    chunk  Ljava/lang/String;
            0    2     2      enc  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      enc      
      handler  

  public void end(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 451
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 452
            return
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
            0    2     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public io.reactivex.Completable rxEnd(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 461
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$15(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public void end(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 472
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* chunk */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.end:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 473
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.buffer.Buffer chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1    chunk  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      chunk    
      handler  

  public void end(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer chunk
         0: .line 480
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 481
            return
        end local 1 // io.vertx.reactivex.core.buffer.Buffer chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  chunk  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      chunk  

  public io.reactivex.Completable rxEnd(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer chunk
         0: .line 489
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/reactivex/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$17(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer chunk
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  chunk  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      chunk  

  public void send(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.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 499
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.send:(Lio/vertx/core/Handler;)V
         1: .line 500
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  handler  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
      handler  

  public void send();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 506
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/vertx/core/Handler;)V
         1: .line 507
            return
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

  public io.reactivex.Completable rxSend();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 514
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$19(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

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

  public void send(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String body
         0: .line 533
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 534
            return
        end local 1 // java.lang.String body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  body  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      body  

  public io.reactivex.Completable rxSend(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String body
         0: .line 542
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$21(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  body  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer body
        start local 2 // io.vertx.core.Handler handler
         0: .line 553
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* body */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.send:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 554
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.buffer.Buffer body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1     body  Lio/vertx/reactivex/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer body
         0: .line 561
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 562
            return
        end local 1 // io.vertx.reactivex.core.buffer.Buffer body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  body  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      body  

  public io.reactivex.Completable rxSend(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.buffer.Buffer body
         0: .line 570
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/reactivex/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$23(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.core.buffer.Buffer body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  body  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream body
        start local 2 // io.vertx.core.Handler handler
         0: .line 584
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* body */
            invokeinterface io.vertx.reactivex.core.streams.ReadStream.getDelegate:()Lio/vertx/core/streams/ReadStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.send:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 585
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.streams.ReadStream body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1     body  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream body
         0: .line 595
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/vertx/reactivex/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 596
            return
        end local 1 // io.vertx.reactivex.core.streams.ReadStream body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  body  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      body  

  public io.reactivex.Completable rxSend(io.vertx.reactivex.core.streams.ReadStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.streams.ReadStream body
         0: .line 607
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/reactivex/core/streams/ReadStream;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$25(Lio/vertx/reactivex/core/streams/ReadStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.core.streams.ReadStream body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  body  Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/vertx/reactivex/core/streams/ReadStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/reactivex/Flowable;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.reactivex.Flowable body
        start local 2 // io.vertx.core.Handler handler
         0: .line 621
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* body */
            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/HttpServerResponse.lambda$26(Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.reactivex.impl.ReadStreamSubscriber.asReadStream:(Lio/reactivex/Flowable;Ljava/util/function/Function;)Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.HttpServerResponse.send:(Lio/vertx/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 622
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.reactivex.Flowable body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1     body  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

  public void send(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/reactivex/Flowable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.reactivex.Flowable body
         0: .line 632
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$27(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/reactivex/Flowable;Lio/vertx/core/Handler;)V
         1: .line 633
            return
        end local 1 // io.reactivex.Flowable body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  body  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      body  

  public io.reactivex.Completable rxSend(io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/reactivex/Flowable;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.reactivex.Flowable body
         0: .line 644
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/reactivex/Flowable;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$28(Lio/reactivex/Flowable;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.reactivex.Flowable body
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  body  Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;
    Signature: (Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      body  

  public io.vertx.reactivex.core.http.HttpServerResponse sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 657
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* filename */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 658
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1       filename  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
               Name  Flags
      filename       
      resultHandler  

  public io.vertx.reactivex.core.http.HttpServerResponse sendFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
         0: .line 669
            aload 0 /* this */
            aload 1 /* filename */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$29(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 668
            areturn
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  filename  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      filename  

  public io.reactivex.Completable rxSendFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
         0: .line 679
            aload 0 /* this */
            aload 1 /* filename */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$30(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  filename  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      filename  

  public io.vertx.reactivex.core.http.HttpServerResponse sendFile(java.lang.String, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 693
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* filename */
            lload 2 /* offset */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 694
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1       filename  Ljava/lang/String;
            0    2     2         offset  J
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
               Name  Flags
      filename       
      offset         
      resultHandler  

  public io.vertx.reactivex.core.http.HttpServerResponse sendFile(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
         0: .line 706
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$31(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 705
            areturn
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  filename  Ljava/lang/String;
            0    2     2    offset  J
    MethodParameters:
          Name  Flags
      filename  
      offset    

  public io.reactivex.Completable rxSendFile(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
         0: .line 717
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;J)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$32(Ljava/lang/String;JLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  filename  Ljava/lang/String;
            0    1     2    offset  J
    MethodParameters:
          Name  Flags
      filename  
      offset    

  public io.vertx.reactivex.core.http.HttpServerResponse sendFile(java.lang.String, long, long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
        start local 6 // io.vertx.core.Handler resultHandler
         0: .line 732
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* filename */
            lload 2 /* offset */
            lload 4 /* length */
            aload 6 /* resultHandler */
            invokeinterface io.vertx.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 733
            aload 0 /* this */
            areturn
        end local 6 // io.vertx.core.Handler resultHandler
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1       filename  Ljava/lang/String;
            0    2     2         offset  J
            0    2     4         length  J
            0    2     6  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;JJLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
               Name  Flags
      filename       
      offset         
      length         
      resultHandler  

  public io.vertx.reactivex.core.http.HttpServerResponse sendFile(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
         0: .line 746
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            lload 4 /* length */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$33(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 745
            areturn
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  filename  Ljava/lang/String;
            0    2     2    offset  J
            0    2     4    length  J
    MethodParameters:
          Name  Flags
      filename  
      offset    
      length    

  public io.reactivex.Completable rxSendFile(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
         0: .line 758
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            lload 4 /* length */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Ljava/lang/String;JJ)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$34(Ljava/lang/String;JJLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  filename  Ljava/lang/String;
            0    1     2    offset  J
            0    1     4    length  J
    MethodParameters:
          Name  Flags
      filename  
      offset    
      length    

  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.HttpServerResponse this
         0: .line 767
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.close:()V
         1: .line 768
            return
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;

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

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

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

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

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

  public long bytesWritten();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
         0: .line 822
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.bytesWritten:()J
            lstore 1 /* ret */
        start local 1 // long ret
         1: .line 823
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            1    2     1   ret  J

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

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String path
        start local 4 // io.vertx.core.Handler handler
         0: .line 843
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            new io.vertx.reactivex.core.http.HttpServerResponse$1
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServerResponse$1.<init>:(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 852
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.lang.String path
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   method  Lio/vertx/core/http/HttpMethod;
            0    2     2     host  Ljava/lang/String;
            0    2     3     path  Ljava/lang/String;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      method   
      host     
      path     
      handler  

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String path
         0: .line 864
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$35(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 863
            areturn
        end local 3 // java.lang.String path
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
            0    2     2    host  Ljava/lang/String;
            0    2     3    path  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  
      host    
      path    

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String path
         0: .line 875
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$36(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // java.lang.String path
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  method  Lio/vertx/core/http/HttpMethod;
            0    1     2    host  Ljava/lang/String;
            0    1     3    path  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServerResponse;>;
    MethodParameters:
        Name  Flags
      method  
      host    
      path    

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
        start local 3 // io.vertx.reactivex.core.MultiMap headers
        start local 4 // io.vertx.core.Handler handler
         0: .line 889
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* method */
            aload 2 /* path */
            aload 3 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpServerResponse$2
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServerResponse$2.<init>:(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 898
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   method  Lio/vertx/core/http/HttpMethod;
            0    2     2     path  Ljava/lang/String;
            0    2     3  headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     4  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      method   
      path     
      headers  
      handler  

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
        start local 3 // io.vertx.reactivex.core.MultiMap headers
         0: .line 910
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* path */
            aload 3 /* headers */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$37(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 909
            areturn
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   method  Lio/vertx/core/http/HttpMethod;
            0    2     2     path  Ljava/lang/String;
            0    2     3  headers  Lio/vertx/reactivex/core/MultiMap;
    MethodParameters:
         Name  Flags
      method   
      path     
      headers  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
        start local 3 // io.vertx.reactivex.core.MultiMap headers
         0: .line 921
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* path */
            aload 3 /* headers */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$38(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 3 // io.vertx.reactivex.core.MultiMap headers
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1   method  Lio/vertx/core/http/HttpMethod;
            0    1     2     path  Ljava/lang/String;
            0    1     3  headers  Lio/vertx/reactivex/core/MultiMap;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServerResponse;>;
    MethodParameters:
         Name  Flags
      method   
      path     
      headers  

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
        start local 3 // io.vertx.core.Handler handler
         0: .line 934
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* method */
            aload 2 /* path */
            new io.vertx.reactivex.core.http.HttpServerResponse$3
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServerResponse$3.<init>:(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 943
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   method  Lio/vertx/core/http/HttpMethod;
            0    2     2     path  Ljava/lang/String;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      method   
      path     
      handler  

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 954
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* path */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$39(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 953
            areturn
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  method  Lio/vertx/core/http/HttpMethod;
            0    2     2    path  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      method  
      path    

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/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.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 964
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* path */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$40(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1  method  Lio/vertx/core/http/HttpMethod;
            0    1     2    path  Ljava/lang/String;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServerResponse;>;
    MethodParameters:
        Name  Flags
      method  
      path    

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String path
        start local 4 // io.vertx.reactivex.core.MultiMap headers
        start local 5 // io.vertx.core.Handler handler
         0: .line 987
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            aload 4 /* headers */
            invokevirtual io.vertx.reactivex.core.MultiMap.getDelegate:()Lio/vertx/core/MultiMap;
            new io.vertx.reactivex.core.http.HttpServerResponse$4
            dup
            aload 0 /* this */
            aload 5 /* handler */
            invokespecial io.vertx.reactivex.core.http.HttpServerResponse$4.<init>:(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 996
            aload 0 /* this */
            areturn
        end local 5 // io.vertx.core.Handler handler
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        end local 3 // java.lang.String path
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   method  Lio/vertx/core/http/HttpMethod;
            0    2     2     host  Ljava/lang/String;
            0    2     3     path  Ljava/lang/String;
            0    2     4  headers  Lio/vertx/reactivex/core/MultiMap;
            0    2     5  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      method   
      host     
      path     
      headers  
      handler  

  public io.vertx.reactivex.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String path
        start local 4 // io.vertx.reactivex.core.MultiMap headers
         0: .line 1017
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            aload 4 /* headers */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$41(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
         1: .line 1016
            areturn
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        end local 3 // java.lang.String path
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   method  Lio/vertx/core/http/HttpMethod;
            0    2     2     host  Ljava/lang/String;
            0    2     3     path  Ljava/lang/String;
            0    2     4  headers  Lio/vertx/reactivex/core/MultiMap;
    MethodParameters:
         Name  Flags
      method   
      host     
      path     
      headers  

  public io.reactivex.Single<io.vertx.reactivex.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String host
        start local 3 // java.lang.String path
        start local 4 // io.vertx.reactivex.core.MultiMap headers
         0: .line 1037
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            aload 4 /* headers */
            invokedynamic accept(Lio/vertx/reactivex/core/http/HttpServerResponse;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/reactivex/core/http/HttpServerResponse.lambda$42(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 4 // io.vertx.reactivex.core.MultiMap headers
        end local 3 // java.lang.String path
        end local 2 // java.lang.String host
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    1     1   method  Lio/vertx/core/http/HttpMethod;
            0    1     2     host  Ljava/lang/String;
            0    1     3     path  Ljava/lang/String;
            0    1     4  headers  Lio/vertx/reactivex/core/MultiMap;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;)Lio/reactivex/Single<Lio/vertx/reactivex/core/http/HttpServerResponse;>;
    MethodParameters:
         Name  Flags
      method   
      host     
      path     
      headers  

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

  public boolean reset(long);
    descriptor: (J)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // long code
         0: .line 1064
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            lload 1 /* code */
            invokeinterface io.vertx.core.http.HttpServerResponse.reset:(J)Z
            istore 3 /* ret */
        start local 3 // boolean ret
         1: .line 1065
            iload 3 /* ret */
            ireturn
        end local 3 // boolean ret
        end local 1 // long code
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  code  J
            1    2     3   ret  Z
    MethodParameters:
      Name  Flags
      code  

  public io.vertx.reactivex.core.http.HttpServerResponse writeCustomFrame(int, int, io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (IILio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.vertx.reactivex.core.buffer.Buffer payload
         0: .line 1078
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            iload 1 /* type */
            iload 2 /* flags */
            aload 3 /* payload */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.http.HttpServerResponse.writeCustomFrame:(IILio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1079
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.reactivex.core.buffer.Buffer payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1     type  I
            0    2     2    flags  I
            0    2     3  payload  Lio/vertx/reactivex/core/buffer/Buffer;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  public io.vertx.reactivex.core.http.HttpServerResponse writeCustomFrame(io.vertx.reactivex.core.http.HttpFrame);
    descriptor: (Lio/vertx/reactivex/core/http/HttpFrame;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.http.HttpFrame frame
         0: .line 1088
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* frame */
            invokevirtual io.vertx.reactivex.core.http.HttpFrame.getDelegate:()Lio/vertx/core/http/HttpFrame;
            invokeinterface io.vertx.core.http.HttpServerResponse.writeCustomFrame:(Lio/vertx/core/http/HttpFrame;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1089
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.core.http.HttpFrame frame
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  frame  Lio/vertx/reactivex/core/http/HttpFrame;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.reactivex.core.http.HttpServerResponse setStreamPriority(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 1100
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* streamPriority */
            invokeinterface io.vertx.core.http.HttpServerResponse.setStreamPriority:(Lio/vertx/core/http/StreamPriority;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1101
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

  public io.vertx.reactivex.core.http.HttpServerResponse addCookie(io.vertx.reactivex.core.http.Cookie);
    descriptor: (Lio/vertx/reactivex/core/http/Cookie;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.reactivex.core.http.Cookie cookie
         0: .line 1110
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* cookie */
            invokevirtual io.vertx.reactivex.core.http.Cookie.getDelegate:()Lio/vertx/core/http/Cookie;
            invokeinterface io.vertx.core.http.HttpServerResponse.addCookie:(Lio/vertx/core/http/Cookie;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1111
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.reactivex.core.http.Cookie cookie
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  cookie  Lio/vertx/reactivex/core/http/Cookie;
    MethodParameters:
        Name  Flags
      cookie  

  public io.vertx.reactivex.core.http.Cookie removeCookie(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
         0: .line 1120
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            invokeinterface io.vertx.core.http.HttpServerResponse.removeCookie:(Ljava/lang/String;)Lio/vertx/core/http/Cookie;
            invokestatic io.vertx.reactivex.core.http.Cookie.newInstance:(Lio/vertx/core/http/Cookie;)Lio/vertx/reactivex/core/http/Cookie;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.core.http.Cookie ret
         1: .line 1121
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.core.http.Cookie ret
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/reactivex/core/http/Cookie;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.core.http.Cookie removeCookie(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/reactivex/core/http/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // boolean invalidate
         0: .line 1132
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            iload 2 /* invalidate */
            invokeinterface io.vertx.core.http.HttpServerResponse.removeCookie:(Ljava/lang/String;Z)Lio/vertx/core/http/Cookie;
            invokestatic io.vertx.reactivex.core.http.Cookie.newInstance:(Lio/vertx/core/http/Cookie;)Lio/vertx/reactivex/core/http/Cookie;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.core.http.Cookie ret
         1: .line 1133
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.core.http.Cookie ret
        end local 2 // boolean invalidate
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1        name  Ljava/lang/String;
            0    2     2  invalidate  Z
            1    2     3         ret  Lio/vertx/reactivex/core/http/Cookie;
    MethodParameters:
            Name  Flags
      name        
      invalidate  

  public io.vertx.reactivex.core.http.HttpServerResponse putHeader(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 1143
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1144
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   name  Ljava/lang/CharSequence;
            0    2     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.reactivex.core.http.HttpServerResponse putHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 1154
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* values */
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1155
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1    name  Ljava/lang/String;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.reactivex.core.http.HttpServerResponse putHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 1165
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* values */
            invokeinterface io.vertx.core.http.HttpServerResponse.putHeader:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1166
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1    name  Ljava/lang/CharSequence;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.reactivex.core.http.HttpServerResponse putTrailer(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 1176
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpServerResponse.putTrailer:(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1177
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   name  Ljava/lang/CharSequence;
            0    2     2  value  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      name   
      value  

  public io.vertx.reactivex.core.http.HttpServerResponse putTrailer(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 1187
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* values */
            invokeinterface io.vertx.core.http.HttpServerResponse.putTrailer:(Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1188
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1    name  Ljava/lang/String;
            0    2     2  values  Ljava/lang/Iterable<Ljava/lang/String;>;
    Signature: (Ljava/lang/String;Ljava/lang/Iterable<Ljava/lang/String;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.reactivex.core.http.HttpServerResponse putTrailer(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable value
         0: .line 1198
            aload 0 /* this */
            getfield io.vertx.reactivex.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* name */
            aload 2 /* value */
            invokeinterface io.vertx.core.http.HttpServerResponse.putTrailer:(Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 1199
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1   name  Ljava/lang/CharSequence;
            0    2     2  value  Ljava/lang/Iterable<Ljava/lang/CharSequence;>;
    Signature: (Ljava/lang/CharSequence;Ljava/lang/Iterable<Ljava/lang/CharSequence;>;)Lio/vertx/reactivex/core/http/HttpServerResponse;
    MethodParameters:
       Name  Flags
      name   
      value  

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

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.buffer.Buffer
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Lio/vertx/reactivex/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.buffer.Buffer
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Lio/vertx/reactivex/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.setWriteQueueMaxSize:(I)Lio/vertx/reactivex/core/http/HttpServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    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.HttpServerResponse.getDelegate:()Lio/vertx/core/http/HttpServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/WriteStream;
    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.HttpServerResponse.getDelegate:()Lio/vertx/core/http/HttpServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactivex.Completable rxWrite(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactivex/Completable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.buffer.Buffer
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.rxWrite:(Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactivex.Completable rxEnd(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactivex/Completable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.core.buffer.Buffer
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.rxEnd:(Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
            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 86
            new io.vertx.reactivex.core.http.HttpServerResponse
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpServerResponse
            invokespecial io.vertx.reactivex.core.http.HttpServerResponse.<init>:(Lio/vertx/core/http/HttpServerResponse;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 137
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 147
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 148
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 163
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 172
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 173
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 354
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 365
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 366
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 383
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$11(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 393
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 394
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 421
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$13(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 431
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 432
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 451
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$15(java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 462
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 463
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 480
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$17(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 490
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.end:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 491
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 506
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$19(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 515
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/vertx/core/Handler;)V
         1: .line 516
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 533
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$21(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 543
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 544
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$22(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 561
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$23(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 571
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 572
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$24(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 595
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$25(io.vertx.reactivex.core.streams.ReadStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/streams/ReadStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 608
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/vertx/reactivex/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 609
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static io.vertx.core.buffer.Buffer lambda$26(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.buffer.Buffer obj
         0: .line 621
            aload 0 /* obj */
            invokevirtual io.vertx.reactivex.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.reactivex.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/reactivex/core/buffer/Buffer;

  private static void lambda$27(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 632
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$28(io.reactivex.Flowable, io.vertx.core.Handler);
    descriptor: (Lio/reactivex/Flowable;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 645
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.send:(Lio/reactivex/Flowable;Lio/vertx/core/Handler;)V
         1: .line 646
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$29(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 669
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$30(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 680
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 681
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$31(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 706
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$32(java.lang.String, long, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;JLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 718
            aload 0 /* this */
            aload 1
            lload 2
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 719
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$33(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 746
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$34(java.lang.String, long, long, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;JJLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 6 // io.vertx.core.Handler $handler
         0: .line 759
            aload 0 /* this */
            aload 1
            lload 2
            lload 4
            aload 6 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 760
            return
        end local 6 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     6  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$35(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 864
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;

  private void lambda$36(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 876
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 877
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;

  private static void lambda$37(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 910
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;

  private void lambda$38(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 4 // io.vertx.core.Handler $handler
         0: .line 922
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 923
            return
        end local 4 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     4  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;

  private static void lambda$39(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 954
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;

  private void lambda$40(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 965
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 966
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;

  private static void lambda$41(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1017
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;

  private void lambda$42(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.reactivex.core.MultiMap, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
        start local 5 // io.vertx.core.Handler $handler
         0: .line 1038
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* $handler */
            invokevirtual io.vertx.reactivex.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/reactivex/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/HttpServerResponse;
            pop
         1: .line 1039
            return
        end local 5 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/core/http/HttpServerResponse;
            0    2     5  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/core/http/HttpServerResponse;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;
SourceFile: "HttpServerResponse.java"
NestMembers:
  io.vertx.reactivex.core.http.HttpServerResponse$1  io.vertx.reactivex.core.http.HttpServerResponse$2  io.vertx.reactivex.core.http.HttpServerResponse$3  io.vertx.reactivex.core.http.HttpServerResponse$4
InnerClasses:
  io.vertx.reactivex.core.http.HttpServerResponse$1
  io.vertx.reactivex.core.http.HttpServerResponse$2
  io.vertx.reactivex.core.http.HttpServerResponse$3
  io.vertx.reactivex.core.http.HttpServerResponse$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpServerResponse;)