tmap/smali_classes5/org/apache/http/impl/client/DefaultHttpRequestRetryHandler.smali
2022-06-10 21:38:30 +09:00

209 lines
4.0 KiB
Smali

.class public Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;
.super Ljava/lang/Object;
.source "DefaultHttpRequestRetryHandler.java"
# interfaces
.implements Lorg/apache/http/client/HttpRequestRetryHandler;
# annotations
.annotation build Lorg/apache/http/annotation/Immutable;
.end annotation
# instance fields
.field private final requestSentRetryEnabled:Z
.field private final retryCount:I
# direct methods
.method public constructor <init>()V
.locals 2
const/4 v0, 0x3
const/4 v1, 0x0
.line 4
invoke-direct {p0, v0, v1}, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;-><init>(IZ)V
return-void
.end method
.method public constructor <init>(IZ)V
.locals 0
.line 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 2
iput p1, p0, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;->retryCount:I
.line 3
iput-boolean p2, p0, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;->requestSentRetryEnabled:Z
return-void
.end method
# virtual methods
.method public getRetryCount()I
.locals 1
.line 1
iget v0, p0, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;->retryCount:I
return v0
.end method
.method public isRequestSentRetryEnabled()Z
.locals 1
.line 1
iget-boolean v0, p0, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;->requestSentRetryEnabled:Z
return v0
.end method
.method public retryRequest(Ljava/io/IOException;ILorg/apache/http/protocol/HttpContext;)Z
.locals 2
if-eqz p1, :cond_b
if-eqz p3, :cond_a
.line 1
iget v0, p0, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;->retryCount:I
const/4 v1, 0x0
if-le p2, v0, :cond_0
return v1
.line 2
:cond_0
instance-of p2, p1, Lorg/apache/http/NoHttpResponseException;
const/4 v0, 0x1
if-eqz p2, :cond_1
return v0
.line 3
:cond_1
instance-of p2, p1, Ljava/io/InterruptedIOException;
if-eqz p2, :cond_2
return v1
.line 4
:cond_2
instance-of p2, p1, Ljava/net/UnknownHostException;
if-eqz p2, :cond_3
return v1
.line 5
:cond_3
instance-of p2, p1, Ljava/net/ConnectException;
if-eqz p2, :cond_4
return v1
.line 6
:cond_4
instance-of p1, p1, Ljavax/net/ssl/SSLHandshakeException;
if-eqz p1, :cond_5
return v1
:cond_5
const-string p1, "http.request"
.line 7
invoke-interface {p3, p1}, Lorg/apache/http/protocol/HttpContext;->getAttribute(Ljava/lang/String;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Lorg/apache/http/HttpRequest;
.line 8
instance-of p1, p1, Lorg/apache/http/HttpEntityEnclosingRequest;
xor-int/2addr p1, v0
if-eqz p1, :cond_6
return v0
:cond_6
const-string p1, "http.request_sent"
.line 9
invoke-interface {p3, p1}, Lorg/apache/http/protocol/HttpContext;->getAttribute(Ljava/lang/String;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/lang/Boolean;
if-eqz p1, :cond_7
.line 10
invoke-virtual {p1}, Ljava/lang/Boolean;->booleanValue()Z
move-result p1
if-eqz p1, :cond_7
move p1, v0
goto :goto_0
:cond_7
move p1, v1
:goto_0
if-eqz p1, :cond_9
.line 11
iget-boolean p1, p0, Lorg/apache/http/impl/client/DefaultHttpRequestRetryHandler;->requestSentRetryEnabled:Z
if-eqz p1, :cond_8
goto :goto_1
:cond_8
return v1
:cond_9
:goto_1
return v0
.line 12
:cond_a
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "HTTP context may not be null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.line 13
:cond_b
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string p2, "Exception parameter may not be null"
invoke-direct {p1, p2}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method