This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,33 @@
.class public interface abstract Lorg/apache/http/client/ResponseHandler;
.super Ljava/lang/Object;
.source "ResponseHandler.java"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">",
"Ljava/lang/Object;"
}
.end annotation
# virtual methods
.method public abstract handleResponse(Lorg/apache/http/HttpResponse;)Ljava/lang/Object;
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lorg/apache/http/HttpResponse;",
")TT;"
}
.end annotation
.annotation system Ldalvik/annotation/Throws;
value = {
Lorg/apache/http/client/ClientProtocolException;,
Ljava/io/IOException;
}
.end annotation
.end method