HttpUrlConnectionNetworkFetcher.smali
.class public Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;
.super Lcom/facebook/imagepipeline/producers/BaseNetworkFetcher;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/Signature;
value = {
"Lcom/facebook/imagepipeline/producers/BaseNetworkFetcher<",
"Lcom/facebook/imagepipeline/producers/FetchState;",
">;"
}
.end annotation
# static fields
.field public static final HTTP_DEFAULT_TIMEOUT:I = 0x7530
.field public static final HTTP_PERMANENT_REDIRECT:I = 0x134
.field public static final HTTP_TEMPORARY_REDIRECT:I = 0x133
.field private static final MAX_REDIRECTS:I = 0x5
.field private static final NUM_NETWORK_THREADS:I = 0x3
# instance fields
.field private final mExecutorService:Ljava/util/concurrent/ExecutorService;
.field private mHttpConnectionTimeout:I
# direct methods
.method public constructor <init>()V
.registers 2
const/4 v0, 0x3
.line 44
invoke-static {v0}, Ljava/util/concurrent/Executors;->newFixedThreadPool(I)Ljava/util/concurrent/ExecutorService;
move-result-object v0
invoke-direct {p0, v0}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;-><init>(Ljava/util/concurrent/ExecutorService;)V
return-void
.end method
.method public constructor <init>(I)V
.registers 3
const/4 v0, 0x3
.line 48
invoke-static {v0}, Ljava/util/concurrent/Executors;->newFixedThreadPool(I)Ljava/util/concurrent/ExecutorService;
move-result-object v0
invoke-direct {p0, v0}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;-><init>(Ljava/util/concurrent/ExecutorService;)V
.line 49
iput p1, p0, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->mHttpConnectionTimeout:I
return-void
.end method
.method constructor <init>(Ljava/util/concurrent/ExecutorService;)V
.registers 2
.line 53
invoke-direct {p0}, Lcom/facebook/imagepipeline/producers/BaseNetworkFetcher;-><init>()V
.line 54
iput-object p1, p0, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->mExecutorService:Ljava/util/concurrent/ExecutorService;
return-void
.end method
.method private downloadFrom(Landroid/net/Uri;I)Ljava/net/HttpURLConnection;
.registers 10
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 111
:goto_0
invoke-static {p1}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->openConnectionTo(Landroid/net/Uri;)Ljava/net/HttpURLConnection;
move-result-object v0
.line 112
iget v1, p0, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->mHttpConnectionTimeout:I
invoke-virtual {v0, v1}, Ljava/net/HttpURLConnection;->setConnectTimeout(I)V
.line 113
invoke-virtual {v0}, Ljava/net/HttpURLConnection;->getResponseCode()I
move-result v1
.line 115
invoke-static {v1}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->isHttpSuccess(I)Z
move-result v2
if-eqz v2, :cond_14
return-object v0
.line 118
:cond_14
invoke-static {v1}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->isHttpRedirect(I)Z
move-result v2
const/4 v3, 0x2
const/4 v4, 0x0
const/4 v5, 0x1
if-eqz v2, :cond_6f
const-string v2, "Location"
.line 119
invoke-virtual {v0, v2}, Ljava/net/HttpURLConnection;->getHeaderField(Ljava/lang/String;)Ljava/lang/String;
move-result-object v2
.line 120
invoke-virtual {v0}, Ljava/net/HttpURLConnection;->disconnect()V
if-nez v2, :cond_2a
const/4 v0, 0x0
goto :goto_2e
.line 122
:cond_2a
invoke-static {v2}, Landroid/net/Uri;->parse(Ljava/lang/String;)Landroid/net/Uri;
move-result-object v0
.line 123
:goto_2e
invoke-virtual {p1}, Landroid/net/Uri;->getScheme()Ljava/lang/String;
move-result-object v2
if-lez p2, :cond_44
if-eqz v0, :cond_44
.line 125
invoke-virtual {v0}, Landroid/net/Uri;->getScheme()Ljava/lang/String;
move-result-object v6
invoke-virtual {v6, v2}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-nez v2, :cond_44
add-int/lit8 p2, p2, -0x1
move-object p1, v0
goto :goto_0
:cond_44
if-nez p2, :cond_55
new-array p2, v5, [Ljava/lang/Object;
.line 129
invoke-virtual {p1}, Landroid/net/Uri;->toString()Ljava/lang/String;
move-result-object p1
aput-object p1, p2, v4
const-string p1, "URL %s follows too many redirects"
invoke-static {p1, p2}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->error(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
goto :goto_69
:cond_55
new-array p2, v3, [Ljava/lang/Object;
.line 130
invoke-virtual {p1}, Landroid/net/Uri;->toString()Ljava/lang/String;
move-result-object p1
aput-object p1, p2, v4
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
aput-object p1, p2, v5
const-string p1, "URL %s returned %d without a valid redirect"
invoke-static {p1, p2}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->error(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
.line 131
:goto_69
new-instance p2, Ljava/io/IOException;
invoke-direct {p2, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
throw p2
.line 135
:cond_6f
invoke-virtual {v0}, Ljava/net/HttpURLConnection;->disconnect()V
.line 136
new-instance p2, Ljava/io/IOException;
new-array v0, v3, [Ljava/lang/Object;
.line 137
invoke-virtual {p1}, Landroid/net/Uri;->toString()Ljava/lang/String;
move-result-object p1
aput-object p1, v0, v4
invoke-static {v1}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
move-result-object p1
aput-object p1, v0, v5
const-string p1, "Image URL %s returned HTTP code %d"
invoke-static {p1, v0}, Ljava/lang/String;->format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p1
invoke-direct {p2, p1}, Ljava/io/IOException;-><init>(Ljava/lang/String;)V
goto :goto_8d
:goto_8c
throw p2
:goto_8d
goto :goto_8c
.end method
.method private static varargs error(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
.registers 3
.line 167
invoke-static {}, Ljava/util/Locale;->getDefault()Ljava/util/Locale;
move-result-object v0
invoke-static {v0, p0, p1}, Ljava/lang/String;->format(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object p0
return-object p0
.end method
.method private static isHttpRedirect(I)Z
.registers 2
const/16 v0, 0x133
if-eq p0, v0, :cond_d
const/16 v0, 0x134
if-eq p0, v0, :cond_d
packed-switch p0, :pswitch_data_10
const/4 p0, 0x0
return p0
:cond_d
:pswitch_d
const/4 p0, 0x1
return p0
nop
:pswitch_data_10
.packed-switch 0x12c
:pswitch_d
:pswitch_d
:pswitch_d
:pswitch_d
.end packed-switch
.end method
.method private static isHttpSuccess(I)Z
.registers 2
const/16 v0, 0xc8
if-lt p0, v0, :cond_a
const/16 v0, 0x12c
if-ge p0, v0, :cond_a
const/4 p0, 0x1
return p0
:cond_a
const/4 p0, 0x0
return p0
.end method
.method static openConnectionTo(Landroid/net/Uri;)Ljava/net/HttpURLConnection;
.registers 1
.annotation system Ldalvik/annotation/Throws;
value = {
Ljava/io/IOException;
}
.end annotation
.line 143
invoke-static {p0}, Lcom/facebook/common/util/UriUtil;->uriToUrl(Landroid/net/Uri;)Ljava/net/URL;
move-result-object p0
.line 144
invoke-virtual {p0}, Ljava/net/URL;->openConnection()Ljava/net/URLConnection;
move-result-object p0
check-cast p0, Ljava/net/HttpURLConnection;
return-object p0
.end method
# virtual methods
.method public createFetchState(Lcom/facebook/imagepipeline/producers/Consumer;Lcom/facebook/imagepipeline/producers/ProducerContext;)Lcom/facebook/imagepipeline/producers/FetchState;
.registers 4
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Lcom/facebook/imagepipeline/producers/Consumer<",
"Lcom/facebook/imagepipeline/image/EncodedImage;",
">;",
"Lcom/facebook/imagepipeline/producers/ProducerContext;",
")",
"Lcom/facebook/imagepipeline/producers/FetchState;"
}
.end annotation
.line 59
new-instance v0, Lcom/facebook/imagepipeline/producers/FetchState;
invoke-direct {v0, p1, p2}, Lcom/facebook/imagepipeline/producers/FetchState;-><init>(Lcom/facebook/imagepipeline/producers/Consumer;Lcom/facebook/imagepipeline/producers/ProducerContext;)V
return-object v0
.end method
.method public fetch(Lcom/facebook/imagepipeline/producers/FetchState;Lcom/facebook/imagepipeline/producers/NetworkFetcher$Callback;)V
.registers 5
.line 64
iget-object v0, p0, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->mExecutorService:Ljava/util/concurrent/ExecutorService;
new-instance v1, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher$1;
invoke-direct {v1, p0, p1, p2}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher$1;-><init>(Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;Lcom/facebook/imagepipeline/producers/FetchState;Lcom/facebook/imagepipeline/producers/NetworkFetcher$Callback;)V
invoke-interface {v0, v1}, Ljava/util/concurrent/ExecutorService;->submit(Ljava/lang/Runnable;)Ljava/util/concurrent/Future;
move-result-object v0
.line 71
invoke-virtual {p1}, Lcom/facebook/imagepipeline/producers/FetchState;->getContext()Lcom/facebook/imagepipeline/producers/ProducerContext;
move-result-object p1
new-instance v1, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher$2;
invoke-direct {v1, p0, v0, p2}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher$2;-><init>(Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;Ljava/util/concurrent/Future;Lcom/facebook/imagepipeline/producers/NetworkFetcher$Callback;)V
invoke-interface {p1, v1}, Lcom/facebook/imagepipeline/producers/ProducerContext;->addCallbacks(Lcom/facebook/imagepipeline/producers/ProducerContextCallbacks;)V
return-void
.end method
.method fetchSync(Lcom/facebook/imagepipeline/producers/FetchState;Lcom/facebook/imagepipeline/producers/NetworkFetcher$Callback;)V
.registers 5
const/4 v0, 0x0
.line 87
:try_start_1
invoke-virtual {p1}, Lcom/facebook/imagepipeline/producers/FetchState;->getUri()Landroid/net/Uri;
move-result-object p1
const/4 v1, 0x5
invoke-direct {p0, p1, v1}, Lcom/facebook/imagepipeline/producers/HttpUrlConnectionNetworkFetcher;->downloadFrom(Landroid/net/Uri;I)Ljava/net/HttpURLConnection;
move-result-object p1
:try_end_a
.catch Ljava/io/IOException; {:try_start_1 .. :try_end_a} :catch_27
.catchall {:try_start_1 .. :try_end_a} :catchall_24
if-eqz p1, :cond_17
.line 90
:try_start_c
invoke-virtual {p1}, Ljava/net/HttpURLConnection;->getInputStream()Ljava/io/InputStream;
move-result-object v0
const/4 v1, -0x1
.line 91
invoke-interface {p2, v0, v1}, Lcom/facebook/imagepipeline/producers/NetworkFetcher$Callback;->onResponse(Ljava/io/InputStream;I)V
:try_end_14
.catch Ljava/io/IOException; {:try_start_c .. :try_end_14} :catch_15
.catchall {:try_start_c .. :try_end_14} :catchall_39
goto :goto_17
:catch_15
move-exception v1
goto :goto_29
:cond_17
:goto_17
if-eqz v0, :cond_1e
.line 98
:try_start_19
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
:try_end_1c
.catch Ljava/io/IOException; {:try_start_19 .. :try_end_1c} :catch_1d
goto :goto_1e
:catch_1d
nop
:cond_1e
:goto_1e
if-eqz p1, :cond_38
.line 104
invoke-virtual {p1}, Ljava/net/HttpURLConnection;->disconnect()V
return-void
:catchall_24
move-exception p2
move-object p1, v0
goto :goto_3a
:catch_27
move-exception v1
move-object p1, v0
.line 94
:goto_29
:try_start_29
invoke-interface {p2, v1}, Lcom/facebook/imagepipeline/producers/NetworkFetcher$Callback;->onFailure(Ljava/lang/Throwable;)V
:try_end_2c
.catchall {:try_start_29 .. :try_end_2c} :catchall_39
if-eqz v0, :cond_33
.line 98
:try_start_2e
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
:try_end_31
.catch Ljava/io/IOException; {:try_start_2e .. :try_end_31} :catch_32
goto :goto_33
:catch_32
nop
:cond_33
:goto_33
if-eqz p1, :cond_38
.line 104
invoke-virtual {p1}, Ljava/net/HttpURLConnection;->disconnect()V
:cond_38
return-void
:catchall_39
move-exception p2
:goto_3a
if-eqz v0, :cond_41
.line 98
:try_start_3c
invoke-virtual {v0}, Ljava/io/InputStream;->close()V
:try_end_3f
.catch Ljava/io/IOException; {:try_start_3c .. :try_end_3f} :catch_40
goto :goto_41
:catch_40
nop
:cond_41
:goto_41
if-eqz p1, :cond_46
.line 104
invoke-virtual {p1}, Ljava/net/HttpURLConnection;->disconnect()V
:cond_46
throw p2
.end method