class io.vertx.core.http.impl.HttpServerFileUploadImpl implements io.vertx.core.http.HttpServerFileUpload
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpServerFileUploadImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> stream;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;

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

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String filename;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String contentType;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String contentTransferEncoding;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.charset.Charset charset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.file.AsyncFile file;
    descriptor: Lio/vertx/core/file/AsyncFile;
    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 long size;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(io.vertx.core.Context, io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer>, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.nio.charset.Charset, );
    descriptor: (Lio/vertx/core/Context;Lio/vertx/core/streams/ReadStream;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;J)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=9
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // io.vertx.core.Context context
        start local 2 // io.vertx.core.streams.ReadStream stream
        start local 3 // java.lang.String name
        start local 4 // java.lang.String filename
        start local 5 // java.lang.String contentType
        start local 6 // java.lang.String contentTransferEncoding
        start local 7 // java.nio.charset.Charset charset
        start local 8 // long size
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* context */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.context:Lio/vertx/core/Context;
         2: .line 56
            aload 0 /* this */
            aload 2 /* stream */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.stream:Lio/vertx/core/streams/ReadStream;
         3: .line 57
            aload 0 /* this */
            aload 3 /* name */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.name:Ljava/lang/String;
         4: .line 58
            aload 0 /* this */
            aload 4 /* filename */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.filename:Ljava/lang/String;
         5: .line 59
            aload 0 /* this */
            aload 5 /* contentType */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.contentType:Ljava/lang/String;
         6: .line 60
            aload 0 /* this */
            aload 6 /* contentTransferEncoding */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.contentTransferEncoding:Ljava/lang/String;
         7: .line 61
            aload 0 /* this */
            aload 7 /* charset */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.charset:Ljava/nio/charset/Charset;
         8: .line 62
            aload 0 /* this */
            lload 8 /* size */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.size:J
         9: .line 63
            aload 0 /* this */
            lload 8 /* size */
            lconst_0
            lcmp
            ifne 10
            iconst_1
            goto 11
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl io.vertx.core.Context io.vertx.core.streams.ReadStream java.lang.String java.lang.String java.lang.String java.lang.String java.nio.charset.Charset long
      StackMap stack: io.vertx.core.http.impl.HttpServerFileUploadImpl
        10: iconst_0
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl io.vertx.core.Context io.vertx.core.streams.ReadStream java.lang.String java.lang.String java.lang.String java.lang.String java.nio.charset.Charset long
      StackMap stack: io.vertx.core.http.impl.HttpServerFileUploadImpl int
        11: putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.lazyCalculateSize:Z
        12: .line 65
            aload 2 /* stream */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpServerFileUploadImpl;)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/core/http/impl/HttpServerFileUploadImpl.handleData(Lio/vertx/core/buffer/Buffer;)V (7)
                  (Lio/vertx/core/buffer/Buffer;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
        13: .line 66
            aload 2 /* stream */
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpServerFileUploadImpl;)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/core/http/impl/HttpServerFileUploadImpl.lambda$1(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
        14: .line 67
            return
        end local 8 // long size
        end local 7 // java.nio.charset.Charset charset
        end local 6 // java.lang.String contentTransferEncoding
        end local 5 // java.lang.String contentType
        end local 4 // java.lang.String filename
        end local 3 // java.lang.String name
        end local 2 // io.vertx.core.streams.ReadStream stream
        end local 1 // io.vertx.core.Context context
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   15     0                     this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0   15     1                  context  Lio/vertx/core/Context;
            0   15     2                   stream  Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;
            0   15     3                     name  Ljava/lang/String;
            0   15     4                 filename  Ljava/lang/String;
            0   15     5              contentType  Ljava/lang/String;
            0   15     6  contentTransferEncoding  Ljava/lang/String;
            0   15     7                  charset  Ljava/nio/charset/Charset;
            0   15     8                     size  J
    Signature: (Lio/vertx/core/Context;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/buffer/Buffer;>;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/nio/charset/Charset;J)V
    MethodParameters:
                         Name  Flags
      context                  
      stream                   
      name                     
      filename                 
      contentType              
      contentTransferEncoding  
      charset                  
      size                     

  private void handleData(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // io.vertx.core.buffer.Buffer data
         0: .line 71
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         1: .line 72
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.dataHandler:Lio/vertx/core/Handler;
            astore 2 /* h */
        start local 2 // io.vertx.core.Handler h
         2: .line 73
            aload 0 /* this */
            dup
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.size:J
            aload 1 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.length:()I
            i2l
            ladd
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.size:J
         3: .line 71
            aload 3
            monitorexit
         4: goto 7
        end local 2 // io.vertx.core.Handler h
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl io.vertx.core.buffer.Buffer top io.vertx.core.http.impl.HttpServerFileUploadImpl
      StackMap stack: java.lang.Throwable
         5: aload 3
            monitorexit
         6: athrow
        start local 2 // io.vertx.core.Handler h
         7: .line 75
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl io.vertx.core.buffer.Buffer io.vertx.core.Handler
      StackMap stack:
            aload 2 /* h */
            ifnull 9
         8: .line 76
            aload 2 /* h */
            aload 1 /* data */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 78
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.Handler h
        end local 1 // io.vertx.core.buffer.Buffer data
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0   10     1  data  Lio/vertx/core/buffer/Buffer;
            2    5     2     h  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
            7   10     2     h  Lio/vertx/core/Handler<Lio/vertx/core/buffer/Buffer;>;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      data  

  private void handleEnd();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 82
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         1: .line 83
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.lazyCalculateSize:Z
         2: .line 84
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.endHandler:Lio/vertx/core/Handler;
            astore 1 /* handler */
        start local 1 // io.vertx.core.Handler handler
         3: .line 82
            aload 2
            monitorexit
         4: goto 7
        end local 1 // io.vertx.core.Handler handler
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl top io.vertx.core.http.impl.HttpServerFileUploadImpl
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
        start local 1 // io.vertx.core.Handler handler
         7: .line 86
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl io.vertx.core.Handler
      StackMap stack:
            aload 1 /* handler */
            ifnull 9
         8: .line 87
            aload 1 /* handler */
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         9: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            3    5     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
            7   10     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  private void notifyExceptionHandler(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // java.lang.Throwable cause
         0: .line 92
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 93
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.exceptionHandler:Lio/vertx/core/Handler;
            aload 1 /* cause */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0    3     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public java.lang.String filename();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.filename:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 104
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.name:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  public java.lang.String contentType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 109
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.contentType:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  public java.lang.String contentTransferEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.contentTransferEncoding:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

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

  public synchronized long size();
    descriptor: ()J
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 124
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.size:J
            lreturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  public synchronized io.vertx.core.http.HttpServerFileUpload handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerFileUpload;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 129
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.dataHandler:Lio/vertx/core/Handler;
         1: .line 130
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            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/core/http/HttpServerFileUpload;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.http.HttpServerFileUpload pause();
    descriptor: ()Lio/vertx/core/http/HttpServerFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 136
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  public io.vertx.core.http.HttpServerFileUpload fetch(long);
    descriptor: (J)Lio/vertx/core/http/HttpServerFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // long amount
         0: .line 141
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.stream:Lio/vertx/core/streams/ReadStream;
            lload 1 /* amount */
            invokeinterface io.vertx.core.streams.ReadStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 142
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.http.HttpServerFileUpload resume();
    descriptor: ()Lio/vertx/core/http/HttpServerFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 148
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

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

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

  public io.vertx.core.http.HttpServerFileUpload streamToFileSystem(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/HttpServerFileUpload;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // java.lang.String filename
         0: .line 165
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pipe:()Lio/vertx/core/streams/Pipe;
            iconst_0
            invokeinterface io.vertx.core.streams.Pipe.endOnComplete:(Z)Lio/vertx/core/streams/Pipe;
            astore 2 /* pipe */
        start local 2 // io.vertx.core.streams.Pipe pipe
         1: .line 166
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.context:Lio/vertx/core/Context;
            invokeinterface io.vertx.core.Context.owner:()Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.fileSystem:()Lio/vertx/core/file/FileSystem;
            aload 1 /* filename */
            new io.vertx.core.file.OpenOptions
            dup
            invokespecial io.vertx.core.file.OpenOptions.<init>:()V
            aload 0 /* this */
            aload 2 /* pipe */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpServerFileUploadImpl;Lio/vertx/core/streams/Pipe;)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/core/http/impl/HttpServerFileUploadImpl.lambda$2(Lio/vertx/core/streams/Pipe;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.file.FileSystem.open:(Ljava/lang/String;Lio/vertx/core/file/OpenOptions;Lio/vertx/core/Handler;)Lio/vertx/core/file/FileSystem;
            pop
         2: .line 186
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.streams.Pipe pipe
        end local 1 // java.lang.String filename
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0    3     1  filename  Ljava/lang/String;
            1    3     2      pipe  Lio/vertx/core/streams/Pipe<Lio/vertx/core/buffer/Buffer;>;
    MethodParameters:
          Name  Flags
      filename  

  public synchronized boolean isSizeAvailable();
    descriptor: ()Z
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 191
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.lazyCalculateSize:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  public synchronized io.vertx.core.file.AsyncFile file();
    descriptor: ()Lio/vertx/core/file/AsyncFile;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
         0: .line 196
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.file:Lio/vertx/core/file/AsyncFile;
            areturn
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;

  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.core.http.impl.HttpServerFileUploadImpl.pause:()Lio/vertx/core/http/HttpServerFileUpload;
            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.core.http.impl.HttpServerFileUploadImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerFileUpload;
            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.core.http.impl.HttpServerFileUploadImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerFileUpload;
            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.core.http.impl.HttpServerFileUploadImpl.resume:()Lio/vertx/core/http/HttpServerFileUpload;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.core.http.impl.HttpServerFileUploadImpl.fetch:(J)Lio/vertx/core/http/HttpServerFileUpload;
            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.core.http.impl.HttpServerFileUploadImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerFileUpload;
            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.core.http.impl.HttpServerFileUploadImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/HttpServerFileUpload;
            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.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // java.lang.Void v
         0: .line 66
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpServerFileUploadImpl.handleEnd:()V
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0    1     1     v  Ljava/lang/Void;

  private void lambda$2(io.vertx.core.streams.Pipe, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/streams/Pipe;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 167
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 4
         1: .line 168
            aload 0 /* this */
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.file.AsyncFile
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.file:Lio/vertx/core/file/AsyncFile;
         2: .line 169
            aload 1
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.file:Lio/vertx/core/file/AsyncFile;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpServerFileUploadImpl;)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/core/http/impl/HttpServerFileUploadImpl.lambda$3(Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.streams.Pipe.to:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         3: .line 181
            goto 6
         4: .line 182
      StackMap locals:
      StackMap stack:
            aload 1
            invokeinterface io.vertx.core.streams.Pipe.close:()V
         5: .line 183
            aload 0 /* this */
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.http.impl.HttpServerFileUploadImpl.notifyExceptionHandler:(Ljava/lang/Throwable;)V
         6: .line 185
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0    7     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/file/AsyncFile;>;

  private void lambda$3(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 1 // io.vertx.core.AsyncResult ar2
         0: .line 170
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.file:Lio/vertx/core/file/AsyncFile;
            aload 0 /* this */
            aload 1 /* ar2 */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpServerFileUploadImpl;Lio/vertx/core/AsyncResult;)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/core/http/impl/HttpServerFileUploadImpl.lambda$4(Lio/vertx/core/AsyncResult;Lio/vertx/core/AsyncResult;)V (7)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.file.AsyncFile.close:(Lio/vertx/core/Handler;)V
         1: .line 180
            return
        end local 1 // io.vertx.core.AsyncResult ar2
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0    2     1   ar2  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$4(io.vertx.core.AsyncResult, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;Lio/vertx/core/AsyncResult;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
        start local 2 // io.vertx.core.AsyncResult ar3
         0: .line 171
            aload 1
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 1
            aload 1
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            goto 3
      StackMap locals:
      StackMap stack:
         1: aload 2 /* ar3 */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 2
            aload 2 /* ar3 */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aconst_null
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 3 /* failure */
        start local 3 // java.lang.Throwable failure
         4: .line 172
            aload 3 /* failure */
            ifnull 6
         5: .line 173
            aload 0 /* this */
            aload 3 /* failure */
            invokevirtual io.vertx.core.http.impl.HttpServerFileUploadImpl.notifyExceptionHandler:(Ljava/lang/Throwable;)V
         6: .line 175
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            dup
            astore 4
            monitorenter
         7: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpServerFileUploadImpl.file:Lio/vertx/core/file/AsyncFile;
            invokeinterface io.vertx.core.file.AsyncFile.getWritePos:()J
            putfield io.vertx.core.http.impl.HttpServerFileUploadImpl.size:J
         8: .line 175
            aload 4
            monitorexit
         9: goto 12
      StackMap locals: io.vertx.core.http.impl.HttpServerFileUploadImpl io.vertx.core.AsyncResult io.vertx.core.AsyncResult java.lang.Throwable io.vertx.core.http.impl.HttpServerFileUploadImpl
      StackMap stack: java.lang.Throwable
        10: aload 4
            monitorexit
        11: athrow
        12: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.HttpServerFileUploadImpl.handleEnd:()V
        end local 3 // java.lang.Throwable failure
        13: .line 179
            return
        end local 2 // io.vertx.core.AsyncResult ar3
        end local 0 // io.vertx.core.http.impl.HttpServerFileUploadImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lio/vertx/core/http/impl/HttpServerFileUploadImpl;
            0   14     2      ar3  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;
            4   13     3  failure  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           7     9      10  any
          10    11      10  any
}
SourceFile: "HttpServerFileUploadImpl.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles