class org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1 implements java.util.concurrent.Callable<org.springframework.http.client.ClientHttpResponse>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1
super_class: java.lang.Object
{
final org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest this$0;
descriptor: Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.springframework.http.HttpHeaders ;
descriptor: Lorg/springframework/http/HttpHeaders;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final byte[] val$bufferedOutput;
descriptor: [B
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void (org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest, org.springframework.http.HttpHeaders, byte[]);
descriptor: (Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;Lorg/springframework/http/HttpHeaders;[B)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
aload 0
aload 2
putfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.val$headers:Lorg/springframework/http/HttpHeaders;
aload 0
aload 3
putfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.val$bufferedOutput:[B
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest$1;
MethodParameters:
Name Flags
this$0 final
val$headers final
val$bufferedOutput final
public org.springframework.http.client.ClientHttpResponse call();
descriptor: ()Lorg/springframework/http/client/ClientHttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.val$headers:Lorg/springframework/http/HttpHeaders;
invokestatic org.springframework.http.client.SimpleBufferingClientHttpRequest.addHeaders:(Ljava/net/HttpURLConnection;Lorg/springframework/http/HttpHeaders;)V
1: aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
invokevirtual org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.getMethod:()Lorg/springframework/http/HttpMethod;
getstatic org.springframework.http.HttpMethod.DELETE:Lorg/springframework/http/HttpMethod;
if_acmpne 3
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.val$bufferedOutput:[B
arraylength
ifne 3
2: aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
iconst_0
invokevirtual java.net.HttpURLConnection.setDoOutput:(Z)V
3: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.getDoOutput:()Z
ifeq 5
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.outputStreaming:Z
ifeq 5
4: aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.val$bufferedOutput:[B
arraylength
invokevirtual java.net.HttpURLConnection.setFixedLengthStreamingMode:(I)V
5: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.connect:()V
6: aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.getDoOutput:()Z
ifeq 9
7: aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.val$bufferedOutput:[B
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.getOutputStream:()Ljava/io/OutputStream;
invokestatic org.springframework.util.FileCopyUtils.copy:([BLjava/io/OutputStream;)V
8: goto 10
9: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.getResponseCode:()I
pop
10: StackMap locals:
StackMap stack:
new org.springframework.http.client.SimpleClientHttpResponse
dup
aload 0
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokespecial org.springframework.http.client.SimpleClientHttpResponse.<init>:(Ljava/net/HttpURLConnection;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/springframework/http/client/SimpleBufferingAsyncClientHttpRequest$1;
Exceptions:
throws java.lang.Exception
public java.lang.Object call();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1.call:()Lorg/springframework/http/client/ClientHttpResponse;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/util/concurrent/Callable<Lorg/springframework/http/client/ClientHttpResponse;>;
SourceFile: "SimpleBufferingAsyncClientHttpRequest.java"
EnclosingMethod: org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest.executeInternal:(Lorg/springframework/http/HttpHeaders;[B)Lorg/springframework/util/concurrent/ListenableFuture;
NestHost: org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest
InnerClasses:
org.springframework.http.client.SimpleBufferingAsyncClientHttpRequest$1