public class io.vertx.ext.web.client.impl.MultipartFormUpload implements io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.web.client.impl.MultipartFormUpload
  super_class: java.lang.Object
{
  private static final io.netty.buffer.UnpooledByteBufAllocator ALLOC;
    descriptor: Lio/netty/buffer/UnpooledByteBufAllocator;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private io.netty.handler.codec.http.DefaultFullHttpRequest request;
    descriptor: Lio/netty/handler/codec/http/DefaultFullHttpRequest;
    flags: (0x0002) ACC_PRIVATE

  private io.netty.handler.codec.http.multipart.HttpPostRequestEncoder encoder;
    descriptor: Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

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

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  private io.vertx.core.streams.impl.InboundBuffer<java.lang.Object> pending;
    descriptor: Lio/vertx/core/streams/impl/InboundBuffer;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/streams/impl/InboundBuffer<Ljava/lang/Object;>;

  private boolean ended;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private final io.vertx.core.Context context;
    descriptor: Lio/vertx/core/Context;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 47
            new io.netty.buffer.UnpooledByteBufAllocator
            dup
            iconst_0
            invokespecial io.netty.buffer.UnpooledByteBufAllocator.<init>:(Z)V
            putstatic io.vertx.ext.web.client.impl.MultipartFormUpload.ALLOC:Lio/netty/buffer/UnpooledByteBufAllocator;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.Context, io.vertx.ext.web.multipart.MultipartForm, boolean, io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode);
    descriptor: (Lio/vertx/core/Context;Lio/vertx/ext/web/multipart/MultipartForm;ZLio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=12, args_size=5
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // io.vertx.core.Context context
        start local 2 // io.vertx.ext.web.multipart.MultipartForm parts
        start local 3 // boolean multipart
        start local 4 // io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode encoderMode
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* context */
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.context:Lio/vertx/core/Context;
         2: .line 63
            aload 0 /* this */
            new io.vertx.core.streams.impl.InboundBuffer
            dup
            aload 1 /* context */
            invokespecial io.vertx.core.streams.impl.InboundBuffer.<init>:(Lio/vertx/core/Context;)V
         3: .line 64
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/MultipartFormUpload;)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/ext/web/client/impl/MultipartFormUpload.handleChunk(Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
         4: .line 65
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/MultipartFormUpload;)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/ext/web/client/impl/MultipartFormUpload.lambda$1(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
         5: .line 63
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
         6: .line 66
            aload 0 /* this */
            new io.netty.handler.codec.http.DefaultFullHttpRequest
            dup
         7: .line 67
            getstatic io.netty.handler.codec.http.HttpVersion.HTTP_1_1:Lio/netty/handler/codec/http/HttpVersion;
         8: .line 68
            getstatic io.netty.handler.codec.http.HttpMethod.POST:Lio/netty/handler/codec/http/HttpMethod;
         9: .line 69
            ldc "/"
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;)V
        10: .line 66
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
        11: .line 70
            aload 0 /* this */
            new io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
            dup
        12: .line 71
            new io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
            dup
            ldc 16384
            invokespecial io.netty.handler.codec.http.multipart.DefaultHttpDataFactory.<init>:(J)V
        13: .line 72
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
        14: .line 73
            iload 3 /* multipart */
        15: .line 74
            getstatic io.netty.handler.codec.http.HttpConstants.DEFAULT_CHARSET:Ljava/nio/charset/Charset;
        16: .line 75
            aload 4 /* encoderMode */
            invokespecial io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.<init>:(Lio/netty/handler/codec/http/multipart/HttpDataFactory;Lio/netty/handler/codec/http/HttpRequest;ZLjava/nio/charset/Charset;Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;)V
        17: .line 70
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
        18: .line 76
            aload 2 /* parts */
            invokeinterface io.vertx.ext.web.multipart.MultipartForm.iterator:()Ljava/util/Iterator;
            astore 7
            goto 46
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload io.vertx.core.Context io.vertx.ext.web.multipart.MultipartForm int io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode top top java.util.Iterator
      StackMap stack:
        19: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.vertx.ext.web.multipart.FormDataPart
            astore 6 /* formDataPart */
        start local 6 // io.vertx.ext.web.multipart.FormDataPart formDataPart
        20: .line 77
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.isAttribute:()Z
            ifeq 23
        21: .line 78
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.name:()Ljava/lang/String;
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.value:()Ljava/lang/String;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.addBodyAttribute:(Ljava/lang/String;Ljava/lang/String;)V
        22: .line 79
            goto 46
        23: .line 80
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload io.vertx.core.Context io.vertx.ext.web.multipart.MultipartForm int io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode top io.vertx.ext.web.multipart.FormDataPart java.util.Iterator
      StackMap stack:
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.pathname:()Ljava/lang/String;
            astore 8 /* pathname */
        start local 8 // java.lang.String pathname
        24: .line 81
            aload 8 /* pathname */
            ifnull 30
        25: .line 82
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.name:()Ljava/lang/String;
        26: .line 83
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.filename:()Ljava/lang/String;
            new java.io.File
            dup
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.pathname:()Ljava/lang/String;
            invokespecial java.io.File.<init>:(Ljava/lang/String;)V
        27: .line 84
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.mediaType:()Ljava/lang/String;
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.isText:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
        28: .line 82
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.addBodyFileUpload:(Ljava/lang/String;Ljava/lang/String;Ljava/io/File;Ljava/lang/String;Z)V
        29: .line 85
            goto 46
        30: .line 86
      StackMap locals: java.lang.String
      StackMap stack:
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.mediaType:()Ljava/lang/String;
            astore 9 /* contentType */
        start local 9 // java.lang.String contentType
        31: .line 87
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.mediaType:()Ljava/lang/String;
            ifnonnull 36
        32: .line 88
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.isText:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 35
        33: .line 89
            ldc "text/plain"
            astore 9 /* contentType */
        34: .line 90
            goto 36
        35: .line 91
      StackMap locals: java.lang.String
      StackMap stack:
            ldc "application/octet-stream"
            astore 9 /* contentType */
        36: .line 94
      StackMap locals:
      StackMap stack:
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.isText:()Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ifeq 37
            aconst_null
            goto 38
      StackMap locals:
      StackMap stack:
        37: ldc "binary"
      StackMap locals:
      StackMap stack: java.lang.String
        38: astore 10 /* transferEncoding */
        start local 10 // java.lang.String transferEncoding
        39: .line 95
            new io.netty.handler.codec.http.multipart.MemoryFileUpload
            dup
        40: .line 96
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.name:()Ljava/lang/String;
        41: .line 97
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.filename:()Ljava/lang/String;
        42: .line 98
            aload 9 /* contentType */
            aload 10 /* transferEncoding */
            aconst_null
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.content:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
        43: .line 95
            invokespecial io.netty.handler.codec.http.multipart.MemoryFileUpload.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;J)V
            astore 11 /* fileUpload */
        start local 11 // io.netty.handler.codec.http.multipart.MemoryFileUpload fileUpload
        44: .line 99
            aload 11 /* fileUpload */
            aload 6 /* formDataPart */
            invokeinterface io.vertx.ext.web.multipart.FormDataPart.content:()Lio/vertx/core/buffer/Buffer;
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.http.multipart.MemoryFileUpload.setContent:(Lio/netty/buffer/ByteBuf;)V
        45: .line 100
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            aload 11 /* fileUpload */
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.addBodyHttpData:(Lio/netty/handler/codec/http/multipart/InterfaceHttpData;)V
        end local 11 // io.netty.handler.codec.http.multipart.MemoryFileUpload fileUpload
        end local 10 // java.lang.String transferEncoding
        end local 9 // java.lang.String contentType
        end local 8 // java.lang.String pathname
        end local 6 // io.vertx.ext.web.multipart.FormDataPart formDataPart
        46: .line 76
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload io.vertx.core.Context io.vertx.ext.web.multipart.MultipartForm int io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode top top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 19
        47: .line 104
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.finalizeRequest:()Lio/netty/handler/codec/http/HttpRequest;
            pop
        48: .line 105
            return
        end local 4 // io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode encoderMode
        end local 3 // boolean multipart
        end local 2 // io.vertx.ext.web.multipart.MultipartForm parts
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   49     0              this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0   49     1           context  Lio/vertx/core/Context;
            0   49     2             parts  Lio/vertx/ext/web/multipart/MultipartForm;
            0   49     3         multipart  Z
            0   49     4       encoderMode  Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder$EncoderMode;
           20   46     6      formDataPart  Lio/vertx/ext/web/multipart/FormDataPart;
           24   46     8          pathname  Ljava/lang/String;
           31   46     9       contentType  Ljava/lang/String;
           39   46    10  transferEncoding  Ljava/lang/String;
           44   46    11        fileUpload  Lio/netty/handler/codec/http/multipart/MemoryFileUpload;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      context      
      parts        
      multipart    
      encoderMode  

  private void handleChunk(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // java.lang.Object item
         0: .line 109
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 110
            aload 1 /* item */
            instanceof io.vertx.core.buffer.Buffer
            ifeq 4
         2: .line 111
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.dataHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         3: .line 112
            goto 13
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload java.lang.Object top io.vertx.ext.web.client.impl.MultipartFormUpload
      StackMap stack:
         4: aload 1 /* item */
            instanceof java.lang.Throwable
            ifeq 7
         5: .line 113
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.exceptionHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         6: .line 114
            goto 13
        end local 2 // io.vertx.core.Handler handler
      StackMap locals:
      StackMap stack:
         7: aload 1 /* item */
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            if_acmpne 11
         8: .line 115
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.endHandler:Lio/vertx/core/Handler;
            astore 2 /* handler */
        start local 2 // io.vertx.core.Handler handler
         9: .line 116
            aconst_null
            astore 1 /* item */
        10: .line 117
            goto 13
        end local 2 // io.vertx.core.Handler handler
        11: .line 118
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        12: return
        start local 2 // io.vertx.core.Handler handler
        13: .line 109
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload java.lang.Object io.vertx.core.Handler io.vertx.ext.web.client.impl.MultipartFormUpload
      StackMap stack:
            aload 3
            monitorexit
        14: goto 17
        end local 2 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload java.lang.Object top io.vertx.ext.web.client.impl.MultipartFormUpload
      StackMap stack: java.lang.Throwable
        15: aload 3
            monitorexit
        16: athrow
        start local 2 // io.vertx.core.Handler handler
        17: .line 121
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload java.lang.Object io.vertx.core.Handler
      StackMap stack:
            aload 2 /* handler */
            aload 1 /* item */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        18: .line 122
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.Object item
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0   19     1     item  Ljava/lang/Object;
            3    4     2  handler  Lio/vertx/core/Handler;
            6    7     2  handler  Lio/vertx/core/Handler;
            9   11     2  handler  Lio/vertx/core/Handler;
           13   15     2  handler  Lio/vertx/core/Handler;
           17   19     2  handler  Lio/vertx/core/Handler;
      Exception table:
        from    to  target  type
           1    12      15  any
          13    14      15  any
          15    16      15  any
    MethodParameters:
      Name  Flags
      item  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
         0: .line 125
            invokestatic io.vertx.core.Vertx.currentContext:()Lio/vertx/core/Context;
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.context:Lio/vertx/core/Context;
            if_acmpeq 29
         1: .line 126
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.context:Lio/vertx/core/Context;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/ext/web/client/impl/MultipartFormUpload;)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/ext/web/client/impl/MultipartFormUpload.lambda$2(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
         2: .line 129
            return
         3: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.isChunked:()Z
            ifeq 22
         4: .line 134
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            getstatic io.vertx.ext.web.client.impl.MultipartFormUpload.ALLOC:Lio/netty/buffer/UnpooledByteBufAllocator;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.readChunk:(Lio/netty/buffer/ByteBufAllocator;)Lio/netty/handler/codec/http/HttpContent;
            astore 1 /* chunk */
        start local 1 // io.netty.handler.codec.http.HttpContent chunk
         5: .line 135
            aload 1 /* chunk */
            invokeinterface io.netty.handler.codec.http.HttpContent.content:()Lio/netty/buffer/ByteBuf;
            astore 2 /* content */
        start local 2 // io.netty.buffer.ByteBuf content
         6: .line 136
            aload 2 /* content */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 3 /* buff */
        start local 3 // io.vertx.core.buffer.Buffer buff
         7: .line 137
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 3 /* buff */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            istore 4 /* writable */
        start local 4 // boolean writable
         8: .line 138
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
            invokevirtual io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.isEndOfInput:()Z
            ifeq 14
         9: .line 139
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.ended:Z
        10: .line 140
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
        11: .line 141
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
        12: .line 142
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
        13: .line 143
            goto 29
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload io.netty.handler.codec.http.HttpContent io.netty.buffer.ByteBuf io.vertx.core.buffer.Buffer int
      StackMap stack:
        14: iload 4 /* writable */
            ifne 29
        15: .line 144
            goto 30
        end local 4 // boolean writable
        end local 3 // io.vertx.core.buffer.Buffer buff
        end local 2 // io.netty.buffer.ByteBuf content
        end local 1 // io.netty.handler.codec.http.HttpContent chunk
        16: .line 146
      StackMap locals: io.vertx.ext.web.client.impl.MultipartFormUpload
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        17: .line 147
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.ended:Z
        18: .line 148
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
        19: .line 149
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
        20: .line 150
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 1 /* e */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
        21: .line 151
            goto 30
        end local 1 // java.lang.Exception e
        22: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            astore 1 /* content */
        start local 1 // io.netty.buffer.ByteBuf content
        23: .line 155
            aload 1 /* content */
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            astore 2 /* buffer */
        start local 2 // io.vertx.core.buffer.Buffer buffer
        24: .line 156
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
        25: .line 157
            aload 0 /* this */
            aconst_null
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.encoder:Lio/netty/handler/codec/http/multipart/HttpPostRequestEncoder;
        26: .line 158
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            aload 2 /* buffer */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
        27: .line 159
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.ended:Z
        28: .line 160
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            getstatic io.vertx.core.streams.impl.InboundBuffer.END_SENTINEL:Ljava/lang/Object;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.write:(Ljava/lang/Object;)Z
            pop
        end local 2 // io.vertx.core.buffer.Buffer buffer
        end local 1 // io.netty.buffer.ByteBuf content
        29: .line 131
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.ended:Z
            ifeq 3
        30: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            5   16     1     chunk  Lio/netty/handler/codec/http/HttpContent;
            6   16     2   content  Lio/netty/buffer/ByteBuf;
            7   16     3      buff  Lio/vertx/core/buffer/Buffer;
            8   16     4  writable  Z
           17   22     1         e  Ljava/lang/Exception;
           23   29     1   content  Lio/netty/buffer/ByteBuf;
           24   29     2    buffer  Lio/vertx/core/buffer/Buffer;
      Exception table:
        from    to  target  type
           4    15      16  Class java.lang.Exception

  public io.vertx.core.MultiMap headers();
    descriptor: ()Lio/vertx/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
         0: .line 166
            new io.vertx.core.http.impl.headers.HeadersAdaptor
            dup
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.request:Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            invokespecial io.vertx.core.http.impl.headers.HeadersAdaptor.<init>:(Lio/netty/handler/codec/http/HttpHeaders;)V
            areturn
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;

  public synchronized io.vertx.ext.web.client.impl.MultipartFormUpload exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // io.vertx.core.Handler handler
         0: .line 171
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 172
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.ext.web.client.impl.MultipartFormUpload handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // io.vertx.core.Handler handler
         0: .line 177
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.dataHandler:Lio/vertx/core/Handler;
         1: .line 178
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    MethodParameters:
         Name  Flags
      handler  

  public synchronized io.vertx.ext.web.client.impl.MultipartFormUpload pause();
    descriptor: ()Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.pause:()Lio/vertx/core/streams/impl/InboundBuffer;
            pop
         1: .line 184
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;

  public io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // long amount
         0: .line 189
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            lload 1 /* amount */
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.fetch:(J)Z
            pop
         1: .line 190
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0    2     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
        Name  Flags
      amount  

  public synchronized io.vertx.ext.web.client.impl.MultipartFormUpload resume();
    descriptor: ()Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.ext.web.client.impl.MultipartFormUpload.pending:Lio/vertx/core/streams/impl/InboundBuffer;
            invokevirtual io.vertx.core.streams.impl.InboundBuffer.resume:()Z
            pop
         1: .line 196
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;

  public synchronized io.vertx.ext.web.client.impl.MultipartFormUpload endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // io.vertx.core.Handler handler
         0: .line 201
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.ext.web.client.impl.MultipartFormUpload.endHandler:Lio/vertx/core/Handler;
         1: .line 202
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.pause:()Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.core.Handler
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.handler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.ext.web.client.impl.MultipartFormUpload.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.resume:()Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/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.ext.web.client.impl.MultipartFormUpload.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    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.ext.web.client.impl.MultipartFormUpload.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void lambda$1(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // java.lang.Void v
         0: .line 65
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.run:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$2(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
        start local 1 // java.lang.Void v
         0: .line 127
            aload 0 /* this */
            invokevirtual io.vertx.ext.web.client.impl.MultipartFormUpload.run:()V
         1: .line 128
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.ext.web.client.impl.MultipartFormUpload this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/ext/web/client/impl/MultipartFormUpload;
            0    2     1     v  Ljava/lang/Void;
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
SourceFile: "MultipartFormUpload.java"
InnerClasses:
  public final EncoderMode = io.netty.handler.codec.http.multipart.HttpPostRequestEncoder$EncoderMode of io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles