public interface org.springframework.web.client.ResponseErrorHandler
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.web.client.ResponseErrorHandler
super_class: java.lang.Object
{
public abstract boolean hasError(org.springframework.http.client.ClientHttpResponse);
descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
response
public abstract void handleError(org.springframework.http.client.ClientHttpResponse);
descriptor: (Lorg/springframework/http/client/ClientHttpResponse;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
response
public void handleError(java.net.URI, org.springframework.http.HttpMethod, org.springframework.http.client.ClientHttpResponse);
descriptor: (Ljava/net/URI;Lorg/springframework/http/HttpMethod;Lorg/springframework/http/client/ClientHttpResponse;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 3
invokeinterface org.springframework.web.client.ResponseErrorHandler.handleError:(Lorg/springframework/http/client/ClientHttpResponse;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/client/ResponseErrorHandler;
0 2 1 url Ljava/net/URI;
0 2 2 method Lorg/springframework/http/HttpMethod;
0 2 3 response Lorg/springframework/http/client/ClientHttpResponse;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
url
method
response
}
SourceFile: "ResponseErrorHandler.java"