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

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

  private io.vertx.rxjava.core.MultiMap cached_1;
    descriptor: Lio/vertx/rxjava/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 83
            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/rxjava/core/http/HttpServerResponse.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 84
            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/rxjava/core/http/HttpServerResponse.getDelegate()Lio/vertx/core/http/HttpServerResponse; (5)
                  (Lio/vertx/rxjava/core/http/HttpServerResponse;)Ljava/lang/Object;
         2: .line 83
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.http.HttpServerResponse.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 85
            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.rxjava.core.http.HttpServerResponse this
         0: .line 67
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.Object o
         0: .line 72
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 73
      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 74
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.http.HttpServerResponse
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.http.HttpServerResponse that
         4: .line 75
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.http.HttpServerResponse that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 80
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpServerResponse delegate
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
         2: .line 91
            return
        end local 1 // io.vertx.core.http.HttpServerResponse delegate
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.Object delegate
         0: .line 93
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 94
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.HttpServerResponse
            putfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
         2: .line 95
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 98
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;

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

  public void write(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 117
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.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 118
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 125
            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/rxjava/core/http/HttpServerResponse.lambda$3(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 126
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWrite(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 134
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$4(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 144
            aload 0 /* this */
            getfield io.vertx.rxjava.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 145
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 151
            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/rxjava/core/http/HttpServerResponse.lambda$5(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 152
            return
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;

  public rx.Single<java.lang.Void> rxEnd();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
         0: .line 159
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$6(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
         0: .line 169
            aload 0 /* this */
            getfield io.vertx.rxjava.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 170
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            1    2     1   ret  Z

  public io.vertx.rxjava.core.http.HttpServerResponse exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 174
            aload 0 /* this */
            getfield io.vertx.rxjava.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 175
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpServerResponse setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // int maxSize
         0: .line 179
            aload 0 /* this */
            getfield io.vertx.rxjava.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 180
            aload 0 /* this */
            areturn
        end local 1 // int maxSize
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.rxjava.core.http.HttpServerResponse drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 184
            aload 0 /* this */
            getfield io.vertx.rxjava.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 185
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.rxjava.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 193
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            1    2     1   ret  I

  public io.vertx.rxjava.core.http.HttpServerResponse setStatusCode(int);
    descriptor: (I)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // int statusCode
         0: .line 203
            aload 0 /* this */
            getfield io.vertx.rxjava.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 204
            aload 0 /* this */
            areturn
        end local 1 // int statusCode
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 211
            aload 0 /* this */
            getfield io.vertx.rxjava.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 212
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.http.HttpServerResponse setStatusMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String statusMessage
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.rxjava.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 222
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String statusMessage
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  statusMessage  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      statusMessage  

  public io.vertx.rxjava.core.http.HttpServerResponse setChunked(boolean);
    descriptor: (Z)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // boolean chunked
         0: .line 241
            aload 0 /* this */
            getfield io.vertx.rxjava.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 242
            aload 0 /* this */
            areturn
        end local 1 // boolean chunked
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 249
            aload 0 /* this */
            getfield io.vertx.rxjava.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 250
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            1    2     1   ret  Z

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

  public io.vertx.rxjava.core.http.HttpServerResponse putHeader(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 272
            aload 0 /* this */
            getfield io.vertx.rxjava.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 273
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.MultiMap trailers();
    descriptor: ()Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
         0: .line 280
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
            ifnull 2
         1: .line 281
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
            areturn
         2: .line 283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.trailers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.MultiMap ret
         3: .line 284
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.HttpServerResponse.cached_1:Lio/vertx/rxjava/core/MultiMap;
         4: .line 285
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            3    5     1   ret  Lio/vertx/rxjava/core/MultiMap;

  public io.vertx.rxjava.core.http.HttpServerResponse putTrailer(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 295
            aload 0 /* this */
            getfield io.vertx.rxjava.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 296
            aload 0 /* this */
            areturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 311
            aload 0 /* this */
            getfield io.vertx.rxjava.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 312
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpServerResponse endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 322
            aload 0 /* this */
            getfield io.vertx.rxjava.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 323
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/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.rxjava.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 333
            aload 0 /* this */
            getfield io.vertx.rxjava.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 334
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 342
            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/rxjava/core/http/HttpServerResponse.lambda$7(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 343
            return
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
            0    2     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public rx.Single<java.lang.Void> rxWrite(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 352
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$8(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 363
            aload 0 /* this */
            getfield io.vertx.rxjava.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 364
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 371
            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/rxjava/core/http/HttpServerResponse.lambda$9(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 372
            return
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public rx.Single<java.lang.Void> rxWrite(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 380
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$10(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  

  public io.vertx.rxjava.core.http.HttpServerResponse writeContinue();
    descriptor: ()Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
         0: .line 391
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.writeContinue:()Lio/vertx/core/http/HttpServerResponse;
            pop
         1: .line 392
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 401
            aload 0 /* this */
            getfield io.vertx.rxjava.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 402
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 409
            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/rxjava/core/http/HttpServerResponse.lambda$11(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 410
            return
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  

  public rx.Single<java.lang.Void> rxEnd(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
         0: .line 418
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$12(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    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.rxjava.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 430
            aload 0 /* this */
            getfield io.vertx.rxjava.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 431
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 439
            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/rxjava/core/http/HttpServerResponse.lambda$13(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 440
            return
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  chunk  Ljava/lang/String;
            0    2     2    enc  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public rx.Single<java.lang.Void> rxEnd(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String chunk
        start local 2 // java.lang.String enc
         0: .line 449
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            aload 2 /* enc */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$14(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // java.lang.String enc
        end local 1 // java.lang.String chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  chunk  Ljava/lang/String;
            0    1     2    enc  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      chunk  
      enc    

  public void end(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        start local 2 // io.vertx.core.Handler handler
         0: .line 460
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* chunk */
            invokevirtual io.vertx.rxjava.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 461
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1    chunk  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
         0: .line 468
            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/rxjava/core/http/HttpServerResponse.lambda$15(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 469
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  chunk  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
       Name  Flags
      chunk  

  public rx.Single<java.lang.Void> rxEnd(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
         0: .line 477
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* chunk */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$16(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer chunk
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  chunk  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 487
            aload 0 /* this */
            getfield io.vertx.rxjava.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 488
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 494
            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/rxjava/core/http/HttpServerResponse.lambda$17(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lio/vertx/core/Handler;)V
         1: .line 495
            return
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;

  public rx.Single<java.lang.Void> rxSend();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
         0: .line 502
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$18(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String body
        start local 2 // io.vertx.core.Handler handler
         0: .line 513
            aload 0 /* this */
            getfield io.vertx.rxjava.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 514
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String body
         0: .line 521
            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/rxjava/core/http/HttpServerResponse.lambda$19(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 522
            return
        end local 1 // java.lang.String body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  body  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<java.lang.Void> rxSend(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String body
         0: .line 530
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$20(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  body  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer body
        start local 2 // io.vertx.core.Handler handler
         0: .line 541
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* body */
            invokevirtual io.vertx.rxjava.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 542
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1     body  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer body
         0: .line 549
            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/rxjava/core/http/HttpServerResponse.lambda$21(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 550
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  body  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<java.lang.Void> rxSend(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer body
         0: .line 558
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$22(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  body  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public void send(io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.streams.ReadStream body
        start local 2 // io.vertx.core.Handler handler
         0: .line 572
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* body */
            invokeinterface io.vertx.rxjava.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 573
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.ReadStream body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1     body  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/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.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.streams.ReadStream body
         0: .line 583
            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/rxjava/core/http/HttpServerResponse.lambda$23(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lio/vertx/rxjava/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 584
            return
        end local 1 // io.vertx.rxjava.core.streams.ReadStream body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  body  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      body  

  public rx.Single<java.lang.Void> rxSend(io.vertx.rxjava.core.streams.ReadStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/ReadStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.streams.ReadStream body
         0: .line 595
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$24(Lio/vertx/rxjava/core/streams/ReadStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.streams.ReadStream body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  body  Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/ReadStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public void send(rx.Observable<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lrx/Observable;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // rx.Observable body
        start local 2 // io.vertx.core.Handler handler
         0: .line 609
            aload 0 /* this */
            getfield io.vertx.rxjava.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/rxjava/core/http/HttpServerResponse.lambda$25(Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rx.java.ReadStreamSubscriber.asReadStream:(Lrx/Observable;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 610
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // rx.Observable body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1     body  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      body     
      handler  

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

  public rx.Single<java.lang.Void> rxSend(rx.Observable<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lrx/Observable;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // rx.Observable body
         0: .line 632
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* body */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lrx/Observable;)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/rxjava/core/http/HttpServerResponse.lambda$27(Lrx/Observable;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // rx.Observable body
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  body  Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public io.vertx.rxjava.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/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 645
            aload 0 /* this */
            getfield io.vertx.rxjava.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 646
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
               Name  Flags
      filename       
      resultHandler  

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

  public rx.Single<java.lang.Void> rxSendFile(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
         0: .line 667
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filename */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$29(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  filename  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      filename  

  public io.vertx.rxjava.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/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.vertx.rxjava.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 681
            aload 0 /* this */
            getfield io.vertx.rxjava.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 682
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
               Name  Flags
      filename       
      offset         
      resultHandler  

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

  public rx.Single<java.lang.Void> rxSendFile(java.lang.String, long);
    descriptor: (Ljava/lang/String;J)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
         0: .line 705
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$31(Ljava/lang/String;JLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  filename  Ljava/lang/String;
            0    1     2    offset  J
    Signature: (Ljava/lang/String;J)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      filename  
      offset    

  public io.vertx.rxjava.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/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // io.vertx.rxjava.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 720
            aload 0 /* this */
            getfield io.vertx.rxjava.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 721
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
               Name  Flags
      filename       
      offset         
      length         
      resultHandler  

  public io.vertx.rxjava.core.http.HttpServerResponse sendFile(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
         0: .line 734
            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/rxjava/core/http/HttpServerResponse.lambda$32(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
         1: .line 733
            areturn
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/rxjava/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 rx.Single<java.lang.Void> rxSendFile(java.lang.String, long, long);
    descriptor: (Ljava/lang/String;JJ)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String filename
        start local 2 // long offset
        start local 4 // long length
         0: .line 746
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* filename */
            lload 2 /* offset */
            lload 4 /* length */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$33(Ljava/lang/String;JJLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 4 // long length
        end local 2 // long offset
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    1     1  filename  Ljava/lang/String;
            0    1     2    offset  J
            0    1     4    length  J
    Signature: (Ljava/lang/String;JJ)Lrx/Single<Ljava/lang/Void;>;
    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.rxjava.core.http.HttpServerResponse this
         0: .line 755
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            invokeinterface io.vertx.core.http.HttpServerResponse.close:()V
         1: .line 756
            return
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 762
            aload 0 /* this */
            getfield io.vertx.rxjava.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 763
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 770
            aload 0 /* this */
            getfield io.vertx.rxjava.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 771
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 778
            aload 0 /* this */
            getfield io.vertx.rxjava.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 779
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            1    2     1   ret  Z

  public io.vertx.rxjava.core.http.HttpServerResponse headersEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 789
            aload 0 /* this */
            getfield io.vertx.rxjava.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 790
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.HttpServerResponse bodyEndHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler handler
         0: .line 802
            aload 0 /* this */
            getfield io.vertx.rxjava.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 803
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 810
            aload 0 /* this */
            getfield io.vertx.rxjava.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 811
            lload 1 /* ret */
            lreturn
        end local 1 // long ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 818
            aload 0 /* this */
            getfield io.vertx.rxjava.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 819
            iload 1 /* ret */
            ireturn
        end local 1 // int ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            1    2     1   ret  I

  public io.vertx.rxjava.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.rxjava.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 831
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            new io.vertx.rxjava.core.http.HttpServerResponse$1
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpServerResponse$1.<init>:(Lio/vertx/rxjava/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 840
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/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/rxjava/core/http/HttpServerResponse;>;>;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      method   
      host     
      path     
      handler  

  public io.vertx.rxjava.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/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 852
            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/rxjava/core/http/HttpServerResponse.lambda$34(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
         1: .line 851
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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 rx.Single<io.vertx.rxjava.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;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 863
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$35(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/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;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpServerResponse;>;
    MethodParameters:
        Name  Flags
      method  
      host    
      path    

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

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

  public rx.Single<io.vertx.rxjava.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.rxjava.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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.rxjava.core.MultiMap headers
         0: .line 909
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* path */
            aload 3 /* headers */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$37(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 3 // io.vertx.rxjava.core.MultiMap headers
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/rxjava/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/rxjava/core/MultiMap;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpServerResponse;>;
    MethodParameters:
         Name  Flags
      method   
      path     
      headers  

  public io.vertx.rxjava.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServerResponse>>);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 922
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* method */
            aload 2 /* path */
            new io.vertx.rxjava.core.http.HttpServerResponse$3
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.rxjava.core.http.HttpServerResponse$3.<init>:(Lio/vertx/rxjava/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 931
            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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;>;>;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpServerResponse;>;>;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    MethodParameters:
         Name  Flags
      method   
      path     
      handler  

  public io.vertx.rxjava.core.http.HttpServerResponse push(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 942
            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/rxjava/core/http/HttpServerResponse.lambda$38(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
         1: .line 941
            areturn
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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 rx.Single<io.vertx.rxjava.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.HttpMethod method
        start local 2 // java.lang.String path
         0: .line 952
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* path */
            invokedynamic accept(Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$39(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // java.lang.String path
        end local 1 // io.vertx.core.http.HttpMethod method
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/rxjava/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;)Lrx/Single<Lio/vertx/rxjava/core/http/HttpServerResponse;>;
    MethodParameters:
        Name  Flags
      method  
      path    

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

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

  public rx.Single<io.vertx.rxjava.core.http.HttpServerResponse> rxPush(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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.rxjava.core.MultiMap headers
         0: .line 1025
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* method */
            aload 2 /* host */
            aload 3 /* path */
            aload 4 /* headers */
            invokedynamic accept(Lio/vertx/rxjava/core/http/HttpServerResponse;Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse.lambda$41(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 4 // io.vertx.rxjava.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.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/rxjava/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/rxjava/core/MultiMap;
    Signature: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;)Lrx/Single<Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
         0: .line 1035
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1036
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 1 // long code
         0: .line 1052
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1053
            iload 3 /* ret */
            ireturn
        end local 3 // boolean ret
        end local 1 // long code
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  code  J
            1    2     3   ret  Z
    MethodParameters:
      Name  Flags
      code  

  public io.vertx.rxjava.core.http.HttpServerResponse writeCustomFrame(int, int, io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (IILio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // int type
        start local 2 // int flags
        start local 3 // io.vertx.rxjava.core.buffer.Buffer payload
         0: .line 1066
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            iload 1 /* type */
            iload 2 /* flags */
            aload 3 /* payload */
            invokevirtual io.vertx.rxjava.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 1067
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.rxjava.core.buffer.Buffer payload
        end local 2 // int flags
        end local 1 // int type
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1     type  I
            0    2     2    flags  I
            0    2     3  payload  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
         Name  Flags
      type     
      flags    
      payload  

  public io.vertx.rxjava.core.http.HttpServerResponse writeCustomFrame(io.vertx.rxjava.core.http.HttpFrame);
    descriptor: (Lio/vertx/rxjava/core/http/HttpFrame;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.http.HttpFrame frame
         0: .line 1076
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* frame */
            invokevirtual io.vertx.rxjava.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 1077
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.rxjava.core.http.HttpFrame frame
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  frame  Lio/vertx/rxjava/core/http/HttpFrame;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.rxjava.core.http.HttpServerResponse setStreamPriority(io.vertx.core.http.StreamPriority);
    descriptor: (Lio/vertx/core/http/StreamPriority;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.http.StreamPriority streamPriority
         0: .line 1088
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1089
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.http.StreamPriority streamPriority
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  streamPriority  Lio/vertx/core/http/StreamPriority;
    MethodParameters:
                Name  Flags
      streamPriority  

  public io.vertx.rxjava.core.http.HttpServerResponse addCookie(io.vertx.rxjava.core.http.Cookie);
    descriptor: (Lio/vertx/rxjava/core/http/Cookie;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.rxjava.core.http.Cookie cookie
         0: .line 1098
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.HttpServerResponse.delegate:Lio/vertx/core/http/HttpServerResponse;
            aload 1 /* cookie */
            invokevirtual io.vertx.rxjava.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 1099
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.rxjava.core.http.Cookie cookie
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  cookie  Lio/vertx/rxjava/core/http/Cookie;
    MethodParameters:
        Name  Flags
      cookie  

  public io.vertx.rxjava.core.http.Cookie removeCookie(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
         0: .line 1108
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.Cookie.newInstance:(Lio/vertx/core/http/Cookie;)Lio/vertx/rxjava/core/http/Cookie;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.Cookie ret
         1: .line 1109
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.Cookie ret
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1  name  Ljava/lang/String;
            1    2     2   ret  Lio/vertx/rxjava/core/http/Cookie;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.rxjava.core.http.Cookie removeCookie(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/rxjava/core/http/Cookie;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // boolean invalidate
         0: .line 1120
            aload 0 /* this */
            getfield io.vertx.rxjava.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.rxjava.core.http.Cookie.newInstance:(Lio/vertx/core/http/Cookie;)Lio/vertx/rxjava/core/http/Cookie;
            astore 3 /* ret */
        start local 3 // io.vertx.rxjava.core.http.Cookie ret
         1: .line 1121
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.rxjava.core.http.Cookie ret
        end local 2 // boolean invalidate
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1        name  Ljava/lang/String;
            0    2     2  invalidate  Z
            1    2     3         ret  Lio/vertx/rxjava/core/http/Cookie;
    MethodParameters:
            Name  Flags
      name        
      invalidate  

  public io.vertx.rxjava.core.http.HttpServerResponse putHeader(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 1131
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1132
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse putHeader(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 1142
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1143
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.rxjava.core.http.HttpServerResponse putHeader(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable values
         0: .line 1153
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1154
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.rxjava.core.http.HttpServerResponse putTrailer(java.lang.CharSequence, java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/CharSequence;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.CharSequence value
         0: .line 1164
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1165
            aload 0 /* this */
            areturn
        end local 2 // java.lang.CharSequence value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse putTrailer(java.lang.String, java.lang.Iterable<java.lang.String>);
    descriptor: (Ljava/lang/String;Ljava/lang/Iterable;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.String name
        start local 2 // java.lang.Iterable values
         0: .line 1175
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1176
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable values
        end local 1 // java.lang.String name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
        Name  Flags
      name    
      values  

  public io.vertx.rxjava.core.http.HttpServerResponse putTrailer(java.lang.CharSequence, java.lang.Iterable<java.lang.CharSequence>);
    descriptor: (Ljava/lang/CharSequence;Ljava/lang/Iterable;)Lio/vertx/rxjava/core/http/HttpServerResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 1 // java.lang.CharSequence name
        start local 2 // java.lang.Iterable value
         0: .line 1186
            aload 0 /* this */
            getfield io.vertx.rxjava.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 1187
            aload 0 /* this */
            areturn
        end local 2 // java.lang.Iterable value
        end local 1 // java.lang.CharSequence name
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/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/rxjava/core/http/HttpServerResponse;
    MethodParameters:
       Name  Flags
      name   
      value  

  public static io.vertx.rxjava.core.http.HttpServerResponse newInstance(io.vertx.core.http.HttpServerResponse);
    descriptor: (Lio/vertx/core/http/HttpServerResponse;)Lio/vertx/rxjava/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 1193
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.http.HttpServerResponse
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.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.rxjava.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.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public rx.Single rxWrite(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    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.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.rxWrite:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public rx.Single rxEnd(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    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.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.rxEnd:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            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 83
            new io.vertx.rxjava.core.http.HttpServerResponse
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.HttpServerResponse
            invokespecial io.vertx.rxjava.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$3(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 125
            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$4(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 135
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 136
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$5(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 151
            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$6(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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler fut
         0: .line 160
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Lio/vertx/core/Handler;)V
         1: .line 161
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$7(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 342
            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$8(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.rxjava.core.http.HttpServerResponse this
        start local 3 // io.vertx.core.Handler fut
         0: .line 353
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 354
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$9(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 371
            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$10(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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 381
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.write:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 382
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$11(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 409
            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$12(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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 419
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 420
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$13(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 439
            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$14(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.rxjava.core.http.HttpServerResponse this
        start local 3 // io.vertx.core.Handler fut
         0: .line 450
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 451
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$15(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 468
            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$16(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 478
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 479
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$17(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 494
            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$18(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.rxjava.core.http.HttpServerResponse this
        start local 1 // io.vertx.core.Handler fut
         0: .line 503
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lio/vertx/core/Handler;)V
         1: .line 504
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$19(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 521
            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$20(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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 531
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 532
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$21(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 549
            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$22(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 559
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 560
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$23(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 583
            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$24(io.vertx.rxjava.core.streams.ReadStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 596
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lio/vertx/rxjava/core/streams/ReadStream;Lio/vertx/core/Handler;)V
         1: .line 597
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static io.vertx.core.buffer.Buffer lambda$25(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/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.rxjava.core.buffer.Buffer obj
         0: .line 609
            aload 0 /* obj */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lio/vertx/rxjava/core/buffer/Buffer;

  private static void lambda$26(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 620
            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$27(rx.Observable, io.vertx.core.Handler);
    descriptor: (Lrx/Observable;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 633
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.send:(Lrx/Observable;Lio/vertx/core/Handler;)V
         1: .line 634
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$28(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 657
            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$29(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.rxjava.core.http.HttpServerResponse this
        start local 2 // io.vertx.core.Handler fut
         0: .line 668
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 669
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$30(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 694
            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$31(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.rxjava.core.http.HttpServerResponse this
        start local 4 // io.vertx.core.Handler fut
         0: .line 706
            aload 0 /* this */
            aload 1
            lload 2
            aload 4 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JLio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 707
            return
        end local 4 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     4   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$32(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 734
            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$33(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.rxjava.core.http.HttpServerResponse this
        start local 6 // io.vertx.core.Handler fut
         0: .line 747
            aload 0 /* this */
            aload 1
            lload 2
            lload 4
            aload 6 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.sendFile:(Ljava/lang/String;JJLio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 748
            return
        end local 6 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     6   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$34(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 852
            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/rxjava/core/http/HttpServerResponse;>;

  private void lambda$35(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.rxjava.core.http.HttpServerResponse this
        start local 4 // io.vertx.core.Handler fut
         0: .line 864
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 865
            return
        end local 4 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     4   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpServerResponse;>;>;

  private static void lambda$36(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 898
            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/rxjava/core/http/HttpServerResponse;>;

  private void lambda$37(io.vertx.core.http.HttpMethod, java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 4 // io.vertx.core.Handler fut
         0: .line 910
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 911
            return
        end local 4 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     4   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpServerResponse;>;>;

  private static void lambda$38(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 942
            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/rxjava/core/http/HttpServerResponse;>;

  private void lambda$39(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.rxjava.core.http.HttpServerResponse this
        start local 3 // io.vertx.core.Handler fut
         0: .line 953
            aload 0 /* this */
            aload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 954
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpServerResponse;>;>;

  private static void lambda$40(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 1005
            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/rxjava/core/http/HttpServerResponse;>;

  private void lambda$41(io.vertx.core.http.HttpMethod, java.lang.String, java.lang.String, io.vertx.rxjava.core.MultiMap, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/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.rxjava.core.http.HttpServerResponse this
        start local 5 // io.vertx.core.Handler fut
         0: .line 1026
            aload 0 /* this */
            aload 1
            aload 2
            aload 3
            aload 4
            aload 5 /* fut */
            invokevirtual io.vertx.rxjava.core.http.HttpServerResponse.push:(Lio/vertx/core/http/HttpMethod;Ljava/lang/String;Ljava/lang/String;Lio/vertx/rxjava/core/MultiMap;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/HttpServerResponse;
            pop
         1: .line 1027
            return
        end local 5 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.HttpServerResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/HttpServerResponse;
            0    2     5   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/core/http/HttpServerResponse;>;>;
}
Signature: Ljava/lang/Object;Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
SourceFile: "HttpServerResponse.java"
NestMembers:
  io.vertx.rxjava.core.http.HttpServerResponse$1  io.vertx.rxjava.core.http.HttpServerResponse$2  io.vertx.rxjava.core.http.HttpServerResponse$3  io.vertx.rxjava.core.http.HttpServerResponse$4
InnerClasses:
  io.vertx.rxjava.core.http.HttpServerResponse$1
  io.vertx.rxjava.core.http.HttpServerResponse$2
  io.vertx.rxjava.core.http.HttpServerResponse$3
  io.vertx.rxjava.core.http.HttpServerResponse$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/HttpServerResponse;)