class sun.net.www.protocol.http.HttpURLConnection$8 implements java.security.PrivilegedExceptionAction<java.io.OutputStream>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.net.www.protocol.http.HttpURLConnection$8
super_class: java.lang.Object
{
final sun.net.www.protocol.http.HttpURLConnection this$0;
descriptor: Lsun/net/www/protocol/http/HttpURLConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(sun.net.www.protocol.http.HttpURLConnection);
descriptor: (Lsun/net/www/protocol/http/HttpURLConnection;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.net.www.protocol.http.HttpURLConnection$8.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/http/HttpURLConnection$8;
MethodParameters:
Name Flags
this$0 final
public java.io.OutputStream run();
descriptor: ()Ljava/io/OutputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.net.www.protocol.http.HttpURLConnection$8.this$0:Lsun/net/www/protocol/http/HttpURLConnection;
invokevirtual sun.net.www.protocol.http.HttpURLConnection.getOutputStream0:()Ljava/io/OutputStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/net/www/protocol/http/HttpURLConnection$8;
Exceptions:
throws java.io.IOException
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual sun.net.www.protocol.http.HttpURLConnection$8.run:()Ljava/io/OutputStream;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/io/OutputStream;>;
SourceFile: "HttpURLConnection.java"
EnclosingMethod: sun.net.www.protocol.http.HttpURLConnection.getOutputStream:()Ljava/io/OutputStream;
NestHost: sun.net.www.protocol.http.HttpURLConnection
InnerClasses:
sun.net.www.protocol.http.HttpURLConnection$8