class org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1 implements org.springframework.http.client.ClientHttpRequest
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1
super_class: java.lang.Object
{
final org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter this$1;
descriptor: Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.springframework.http.client.AsyncClientHttpRequest val$request;
descriptor: Lorg/springframework/http/client/AsyncClientHttpRequest;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter, org.springframework.http.client.AsyncClientHttpRequest);
descriptor: (Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter;Lorg/springframework/http/client/AsyncClientHttpRequest;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.this$1:Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter;
aload 0
aload 2
putfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.val$request:Lorg/springframework/http/client/AsyncClientHttpRequest;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
MethodParameters:
Name Flags
this$0 final
val$request final
public org.springframework.http.client.ClientHttpResponse execute();
descriptor: ()Lorg/springframework/http/client/ClientHttpResponse;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
ldc "execute not supported"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
Exceptions:
throws java.io.IOException
public java.io.OutputStream getBody();
descriptor: ()Ljava/io/OutputStream;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.val$request:Lorg/springframework/http/client/AsyncClientHttpRequest;
invokeinterface org.springframework.http.client.AsyncClientHttpRequest.getBody:()Ljava/io/OutputStream;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
Exceptions:
throws java.io.IOException
public org.springframework.http.HttpMethod getMethod();
descriptor: ()Lorg/springframework/http/HttpMethod;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.val$request:Lorg/springframework/http/client/AsyncClientHttpRequest;
invokeinterface org.springframework.http.client.AsyncClientHttpRequest.getMethod:()Lorg/springframework/http/HttpMethod;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public java.lang.String getMethodValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.val$request:Lorg/springframework/http/client/AsyncClientHttpRequest;
invokeinterface org.springframework.http.client.AsyncClientHttpRequest.getMethodValue:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
public java.net.URI getURI();
descriptor: ()Ljava/net/URI;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.val$request:Lorg/springframework/http/client/AsyncClientHttpRequest;
invokeinterface org.springframework.http.client.AsyncClientHttpRequest.getURI:()Ljava/net/URI;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
public org.springframework.http.HttpHeaders ();
descriptor: ()Lorg/springframework/http/HttpHeaders;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1.val$request:Lorg/springframework/http/client/AsyncClientHttpRequest;
invokeinterface org.springframework.http.client.AsyncClientHttpRequest.getHeaders:()Lorg/springframework/http/HttpHeaders;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/client/AsyncRestTemplate$AsyncRequestCallbackAdapter$1;
}
SourceFile: "AsyncRestTemplate.java"
EnclosingMethod: org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter.doWithRequest:(Lorg/springframework/http/client/AsyncClientHttpRequest;)V
NestHost: org.springframework.web.client.AsyncRestTemplate
InnerClasses:
private AsyncRequestCallbackAdapter = org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter of org.springframework.web.client.AsyncRestTemplate
org.springframework.web.client.AsyncRestTemplate$AsyncRequestCallbackAdapter$1