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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield jdk.incubator.http.HttpResponse$PathBodyHandler.file:Ljava/nio/file/Path;
2: aload 0
aload 2
putfield jdk.incubator.http.HttpResponse$PathBodyHandler.openOptions:[Ljava/nio/file/OpenOption;
3: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
putfield jdk.incubator.http.HttpResponse$PathBodyHandler.acc:Ljava/security/AccessControlContext;
1: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
getfield jdk.incubator.http.HttpResponse$PathBodyHandler.file:Ljava/nio/file/Path;
aload 0
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: checkcast jdk.incubator.http.ResponseSubscribers$PathSubscriber
astore 3
start local 3 2: aload 3
aload 0
getfield jdk.incubator.http.HttpResponse$PathBodyHandler.acc:Ljava/security/AccessControlContext;
invokevirtual jdk.incubator.http.ResponseSubscribers$PathSubscriber.setAccessControlContext:(Ljava/security/AccessControlContext;)V
3: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 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