public interface org.springframework.http.client.ClientHttpRequestExecution
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.http.client.ClientHttpRequestExecution
super_class: java.lang.Object
{
public abstract org.springframework.http.client.ClientHttpResponse execute(org.springframework.http.HttpRequest, byte[]);
descriptor: (Lorg/springframework/http/HttpRequest;[B)Lorg/springframework/http/client/ClientHttpResponse;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
request
body
}
SourceFile: "ClientHttpRequestExecution.java"
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()