class org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$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.SimpleStreamingAsyncClientHttpRequest$1
super_class: java.lang.Object
{
final org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest this$0;
descriptor: Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
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
void (org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest, org.springframework.http.HttpHeaders);
descriptor: (Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;Lorg/springframework/http/HttpHeaders;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
aload 0
aload 2
putfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.val$headers:Lorg/springframework/http/HttpHeaders;
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/SimpleStreamingAsyncClientHttpRequest$1;
MethodParameters:
Name Flags
this$0 final
val$headers 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.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.body:Ljava/io/OutputStream;
ifnull 3
1: aload 0
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.body:Ljava/io/OutputStream;
invokevirtual java.io.OutputStream.close:()V
2: goto 8
3: StackMap locals:
StackMap stack:
aload 0
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
aload 0
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.val$headers:Lorg/springframework/http/HttpHeaders;
invokestatic org.springframework.http.client.SimpleBufferingClientHttpRequest.addHeaders:(Ljava/net/HttpURLConnection;Lorg/springframework/http/HttpHeaders;)V
4: aload 0
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.connect:()V
5: aload 0
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.connection:Ljava/net/HttpURLConnection;
invokevirtual java.net.HttpURLConnection.getResponseCode:()I
pop
6: goto 8
7: StackMap locals:
StackMap stack: java.io.IOException
pop
8: StackMap locals:
StackMap stack:
new org.springframework.http.client.SimpleClientHttpResponse
dup
aload 0
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1.this$0:Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest;
getfield org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.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 9 0 this Lorg/springframework/http/client/SimpleStreamingAsyncClientHttpRequest$1;
Exception table:
from to target type
0 6 7 Class java.io.IOException
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.SimpleStreamingAsyncClientHttpRequest$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: "SimpleStreamingAsyncClientHttpRequest.java"
EnclosingMethod: org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest.executeInternal:(Lorg/springframework/http/HttpHeaders;)Lorg/springframework/util/concurrent/ListenableFuture;
NestHost: org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest
InnerClasses:
org.springframework.http.client.SimpleStreamingAsyncClientHttpRequest$1