class jdk.incubator.http.HttpResponse$PathBodyHandler implements jdk.incubator.http.HttpResponse$UntrustedBodyHandler<java.nio.file.Path>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.HttpResponse$PathBodyHandler
  super_class: java.lang.Object
{
  private final java.nio.file.Path file;
    descriptor: Ljava/nio/file/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.file.OpenOption[] openOptions;
    descriptor: [Ljava/nio/file/OpenOption;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile java.security.AccessControlContext acc;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  void <init>(java.nio.file.Path, java.nio.file.OpenOption[]);
    descriptor: (Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)V
    flags: (0x0080) ACC_VARARGS
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.HttpResponse$PathBodyHandler this
        start local 1 // java.nio.file.Path file
        start local 2 // java.nio.file.OpenOption[] openOptions
         0: .line 189
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 190
            aload 0 /* this */
            aload 1 /* file */
            putfield jdk.incubator.http.HttpResponse$PathBodyHandler.file:Ljava/nio/file/Path;
         2: .line 191
            aload 0 /* this */
            aload 2 /* openOptions */
            putfield jdk.incubator.http.HttpResponse$PathBodyHandler.openOptions:[Ljava/nio/file/OpenOption;
         3: .line 192
            return
        end local 2 // java.nio.file.OpenOption[] openOptions
        end local 1 // java.nio.file.Path file
        end local 0 // jdk.incubator.http.HttpResponse$PathBodyHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Ljdk/incubator/http/HttpResponse$PathBodyHandler;
            0    4     1         file  Ljava/nio/file/Path;
            0    4     2  openOptions  [Ljava/nio/file/OpenOption;
    MethodParameters:
             Name  Flags
      file         
      openOptions  

  public void setAccessControlContext(java.security.AccessControlContext);
    descriptor: (Ljava/security/AccessControlContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.HttpResponse$PathBodyHandler this
        start local 1 // java.security.AccessControlContext acc
         0: .line 196
            aload 0 /* this */
            aload 1 /* acc */
            putfield jdk.incubator.http.HttpResponse$PathBodyHandler.acc:Ljava/security/AccessControlContext;
         1: .line 197
            return
        end local 1 // java.security.AccessControlContext acc
        end local 0 // jdk.incubator.http.HttpResponse$PathBodyHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/HttpResponse$PathBodyHandler;
            0    2     1   acc  Ljava/security/AccessControlContext;
    MethodParameters:
      Name  Flags
      acc   

  public jdk.incubator.http.HttpResponse$BodySubscriber<java.nio.file.Path> apply(int, jdk.incubator.http.HttpHeaders);
    descriptor: (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // jdk.incubator.http.HttpResponse$PathBodyHandler this
        start local 1 // int statusCode
        start local 2 // jdk.incubator.http.HttpHeaders headers
         0: .line 202
            aload 0 /* this */
            getfield jdk.incubator.http.HttpResponse$PathBodyHandler.file:Ljava/nio/file/Path;
            aload 0 /* this */
            getfield jdk.incubator.http.HttpResponse$PathBodyHandler.openOptions:[Ljava/nio/file/OpenOption;
            invokestatic jdk.incubator.http.HttpResponse$BodySubscriber.asFileImpl:(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljdk/incubator/http/HttpResponse$BodySubscriber;
         1: .line 201
            checkcast jdk.incubator.http.ResponseSubscribers$PathSubscriber
            astore 3 /* bs */
        start local 3 // jdk.incubator.http.ResponseSubscribers$PathSubscriber bs
         2: .line 203
            aload 3 /* bs */
            aload 0 /* this */
            getfield jdk.incubator.http.HttpResponse$PathBodyHandler.acc:Ljava/security/AccessControlContext;
            invokevirtual jdk.incubator.http.ResponseSubscribers$PathSubscriber.setAccessControlContext:(Ljava/security/AccessControlContext;)V
         3: .line 204
            aload 3 /* bs */
            areturn
        end local 3 // jdk.incubator.http.ResponseSubscribers$PathSubscriber bs
        end local 2 // jdk.incubator.http.HttpHeaders headers
        end local 1 // int statusCode
        end local 0 // jdk.incubator.http.HttpResponse$PathBodyHandler this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljdk/incubator/http/HttpResponse$PathBodyHandler;
            0    4     1  statusCode  I
            0    4     2     headers  Ljdk/incubator/http/HttpHeaders;
            2    4     3          bs  Ljdk/incubator/http/ResponseSubscribers$PathSubscriber;
    Signature: (ILjdk/incubator/http/HttpHeaders;)Ljdk/incubator/http/HttpResponse$BodySubscriber<Ljava/nio/file/Path;>;
    MethodParameters:
            Name  Flags
      statusCode  
      headers     
}
Signature: Ljava/lang/Object;Ljdk/incubator/http/HttpResponse$UntrustedBodyHandler<Ljava/nio/file/Path;>;
SourceFile: "HttpResponse.java"
NestHost: jdk.incubator.http.HttpResponse
InnerClasses:
  public abstract BodySubscriber = jdk.incubator.http.HttpResponse$BodySubscriber of jdk.incubator.http.HttpResponse
  PathBodyHandler = jdk.incubator.http.HttpResponse$PathBodyHandler of jdk.incubator.http.HttpResponse
  abstract UntrustedBodyHandler = jdk.incubator.http.HttpResponse$UntrustedBodyHandler of jdk.incubator.http.HttpResponse
  PathSubscriber = jdk.incubator.http.ResponseSubscribers$PathSubscriber of jdk.incubator.http.ResponseSubscribers