apkfuckery/com.discord/smali/okhttp3/n.smali

619 lines
13 KiB
Smali

.class public final Lokhttp3/n;
.super Ljava/lang/Object;
.source "Dispatcher.java"
# static fields
.field static final synthetic $assertionsDisabled:Z
# instance fields
.field private bmH:I
.field private bmI:I
.field private bmJ:Ljava/lang/Runnable;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field final bmK:Ljava/util/Deque;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Deque<",
"Lokhttp3/v$a;",
">;"
}
.end annotation
.end field
.field private final bmL:Ljava/util/Deque;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Deque<",
"Lokhttp3/v$a;",
">;"
}
.end annotation
.end field
.field private final bmM:Ljava/util/Deque;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/Deque<",
"Lokhttp3/v;",
">;"
}
.end annotation
.end field
.field private executorService:Ljava/util/concurrent/ExecutorService;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
# direct methods
.method static constructor <clinit>()V
.locals 0
return-void
.end method
.method public constructor <init>()V
.locals 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
const/16 v0, 0x40
iput v0, p0, Lokhttp3/n;->bmH:I
const/4 v0, 0x5
iput v0, p0, Lokhttp3/n;->bmI:I
new-instance v0, Ljava/util/ArrayDeque;
invoke-direct {v0}, Ljava/util/ArrayDeque;-><init>()V
iput-object v0, p0, Lokhttp3/n;->bmK:Ljava/util/Deque;
new-instance v0, Ljava/util/ArrayDeque;
invoke-direct {v0}, Ljava/util/ArrayDeque;-><init>()V
iput-object v0, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
new-instance v0, Ljava/util/ArrayDeque;
invoke-direct {v0}, Ljava/util/ArrayDeque;-><init>()V
iput-object v0, p0, Lokhttp3/n;->bmM:Ljava/util/Deque;
return-void
.end method
.method private declared-synchronized Aa()Ljava/util/concurrent/ExecutorService;
.locals 9
monitor-enter p0
:try_start_0
iget-object v0, p0, Lokhttp3/n;->executorService:Ljava/util/concurrent/ExecutorService;
if-nez v0, :cond_0
new-instance v0, Ljava/util/concurrent/ThreadPoolExecutor;
const/4 v2, 0x0
const v3, 0x7fffffff
const-wide/16 v4, 0x3c
sget-object v6, Ljava/util/concurrent/TimeUnit;->SECONDS:Ljava/util/concurrent/TimeUnit;
new-instance v7, Ljava/util/concurrent/SynchronousQueue;
invoke-direct {v7}, Ljava/util/concurrent/SynchronousQueue;-><init>()V
const-string v1, "OkHttp Dispatcher"
const/4 v8, 0x0
invoke-static {v1, v8}, Lokhttp3/internal/c;->i(Ljava/lang/String;Z)Ljava/util/concurrent/ThreadFactory;
move-result-object v8
move-object v1, v0
invoke-direct/range {v1 .. v8}, Ljava/util/concurrent/ThreadPoolExecutor;-><init>(IIJLjava/util/concurrent/TimeUnit;Ljava/util/concurrent/BlockingQueue;Ljava/util/concurrent/ThreadFactory;)V
iput-object v0, p0, Lokhttp3/n;->executorService:Ljava/util/concurrent/ExecutorService;
:cond_0
iget-object v0, p0, Lokhttp3/n;->executorService:Ljava/util/concurrent/ExecutorService;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-object v0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method private declared-synchronized Ac()I
.locals 2
monitor-enter p0
:try_start_0
iget-object v0, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
invoke-interface {v0}, Ljava/util/Deque;->size()I
move-result v0
iget-object v1, p0, Lokhttp3/n;->bmM:Ljava/util/Deque;
invoke-interface {v1}, Ljava/util/Deque;->size()I
move-result v1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
add-int/2addr v0, v1
monitor-exit p0
return v0
:catchall_0
move-exception v0
monitor-exit p0
throw v0
.end method
.method private a(Lokhttp3/v$a;)I
.locals 4
iget-object v0, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
invoke-interface {v0}, Ljava/util/Deque;->iterator()Ljava/util/Iterator;
move-result-object v0
const/4 v1, 0x0
:cond_0
:goto_0
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v2
if-eqz v2, :cond_1
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v2
check-cast v2, Lokhttp3/v$a;
iget-object v3, v2, Lokhttp3/v$a;->bok:Lokhttp3/v;
iget-boolean v3, v3, Lokhttp3/v;->boi:Z
if-nez v3, :cond_0
invoke-virtual {v2}, Lokhttp3/v$a;->AB()Ljava/lang/String;
move-result-object v2
invoke-virtual {p1}, Lokhttp3/v$a;->AB()Ljava/lang/String;
move-result-object v3
invoke-virtual {v2, v3}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_0
add-int/lit8 v1, v1, 0x1
goto :goto_0
:cond_1
return v1
.end method
.method private a(Ljava/util/Deque;Ljava/lang/Object;)V
.locals 0
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Ljava/util/Deque<",
"TT;>;TT;)V"
}
.end annotation
monitor-enter p0
:try_start_0
invoke-interface {p1, p2}, Ljava/util/Deque;->remove(Ljava/lang/Object;)Z
move-result p1
if-eqz p1, :cond_1
iget-object p1, p0, Lokhttp3/n;->bmJ:Ljava/lang/Runnable;
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
invoke-virtual {p0}, Lokhttp3/n;->Ab()Z
move-result p2
if-nez p2, :cond_0
if-eqz p1, :cond_0
invoke-interface {p1}, Ljava/lang/Runnable;->run()V
:cond_0
return-void
:cond_1
:try_start_1
new-instance p1, Ljava/lang/AssertionError;
const-string p2, "Call wasn\'t in-flight!"
invoke-direct {p1, p2}, Ljava/lang/AssertionError;-><init>(Ljava/lang/Object;)V
throw p1
:catchall_0
move-exception p1
monitor-exit p0
:try_end_1
.catchall {:try_start_1 .. :try_end_1} :catchall_0
throw p1
.end method
# virtual methods
.method final Ab()Z
.locals 8
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0}, Ljava/util/ArrayList;-><init>()V
monitor-enter p0
:try_start_0
iget-object v1, p0, Lokhttp3/n;->bmK:Ljava/util/Deque;
invoke-interface {v1}, Ljava/util/Deque;->iterator()Ljava/util/Iterator;
move-result-object v1
:cond_0
:goto_0
invoke-interface {v1}, Ljava/util/Iterator;->hasNext()Z
move-result v2
if-eqz v2, :cond_1
invoke-interface {v1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v2
check-cast v2, Lokhttp3/v$a;
iget-object v3, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
invoke-interface {v3}, Ljava/util/Deque;->size()I
move-result v3
iget v4, p0, Lokhttp3/n;->bmH:I
if-ge v3, v4, :cond_1
invoke-direct {p0, v2}, Lokhttp3/n;->a(Lokhttp3/v$a;)I
move-result v3
iget v4, p0, Lokhttp3/n;->bmI:I
if-ge v3, v4, :cond_0
invoke-interface {v1}, Ljava/util/Iterator;->remove()V
invoke-interface {v0, v2}, Ljava/util/List;->add(Ljava/lang/Object;)Z
iget-object v3, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
invoke-interface {v3, v2}, Ljava/util/Deque;->add(Ljava/lang/Object;)Z
goto :goto_0
:cond_1
invoke-direct {p0}, Lokhttp3/n;->Ac()I
move-result v1
const/4 v2, 0x0
if-lez v1, :cond_2
const/4 v1, 0x1
goto :goto_1
:cond_2
const/4 v1, 0x0
:goto_1
monitor-exit p0
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_1
invoke-interface {v0}, Ljava/util/List;->size()I
move-result v3
:goto_2
if-ge v2, v3, :cond_3
invoke-interface {v0, v2}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object v4
check-cast v4, Lokhttp3/v$a;
invoke-direct {p0}, Lokhttp3/n;->Aa()Ljava/util/concurrent/ExecutorService;
move-result-object v5
:try_start_1
invoke-interface {v5, v4}, Ljava/util/concurrent/ExecutorService;->execute(Ljava/lang/Runnable;)V
:try_end_1
.catch Ljava/util/concurrent/RejectedExecutionException; {:try_start_1 .. :try_end_1} :catch_0
.catchall {:try_start_1 .. :try_end_1} :catchall_0
goto :goto_3
:catchall_0
move-exception v0
goto :goto_4
:catch_0
move-exception v5
:try_start_2
new-instance v6, Ljava/io/InterruptedIOException;
const-string v7, "executor rejected"
invoke-direct {v6, v7}, Ljava/io/InterruptedIOException;-><init>(Ljava/lang/String;)V
invoke-virtual {v6, v5}, Ljava/io/InterruptedIOException;->initCause(Ljava/lang/Throwable;)Ljava/lang/Throwable;
iget-object v5, v4, Lokhttp3/v$a;->bok:Lokhttp3/v;
invoke-static {v5}, Lokhttp3/v;->c(Lokhttp3/v;)Lokhttp3/p;
iget-object v5, v4, Lokhttp3/v$a;->bol:Lokhttp3/f;
invoke-interface {v5, v6}, Lokhttp3/f;->a(Ljava/io/IOException;)V
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
iget-object v5, v4, Lokhttp3/v$a;->bok:Lokhttp3/v;
iget-object v5, v5, Lokhttp3/v;->bod:Lokhttp3/t;
iget-object v5, v5, Lokhttp3/t;->bnH:Lokhttp3/n;
invoke-virtual {v5, v4}, Lokhttp3/n;->b(Lokhttp3/v$a;)V
:goto_3
add-int/lit8 v2, v2, 0x1
goto :goto_2
:goto_4
iget-object v1, v4, Lokhttp3/v$a;->bok:Lokhttp3/v;
iget-object v1, v1, Lokhttp3/v;->bod:Lokhttp3/t;
iget-object v1, v1, Lokhttp3/t;->bnH:Lokhttp3/n;
invoke-virtual {v1, v4}, Lokhttp3/n;->b(Lokhttp3/v$a;)V
throw v0
:cond_3
return v1
:catchall_1
move-exception v0
:try_start_3
monitor-exit p0
:try_end_3
.catchall {:try_start_3 .. :try_end_3} :catchall_1
throw v0
return-void
.end method
.method final declared-synchronized a(Lokhttp3/v;)V
.locals 1
monitor-enter p0
:try_start_0
iget-object v0, p0, Lokhttp3/n;->bmM:Ljava/util/Deque;
invoke-interface {v0, p1}, Ljava/util/Deque;->add(Ljava/lang/Object;)Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
monitor-exit p0
return-void
:catchall_0
move-exception p1
monitor-exit p0
throw p1
.end method
.method final b(Lokhttp3/v$a;)V
.locals 1
iget-object v0, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
invoke-direct {p0, v0, p1}, Lokhttp3/n;->a(Ljava/util/Deque;Ljava/lang/Object;)V
return-void
.end method
.method final b(Lokhttp3/v;)V
.locals 1
iget-object v0, p0, Lokhttp3/n;->bmM:Ljava/util/Deque;
invoke-direct {p0, v0, p1}, Lokhttp3/n;->a(Ljava/util/Deque;Ljava/lang/Object;)V
return-void
.end method
.method public final declared-synchronized cancelAll()V
.locals 2
monitor-enter p0
:try_start_0
iget-object v0, p0, Lokhttp3/n;->bmK:Ljava/util/Deque;
invoke-interface {v0}, Ljava/util/Deque;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_0
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_0
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lokhttp3/v$a;
iget-object v1, v1, Lokhttp3/v$a;->bok:Lokhttp3/v;
iget-object v1, v1, Lokhttp3/v;->boe:Lokhttp3/internal/c/j;
invoke-virtual {v1}, Lokhttp3/internal/c/j;->cancel()V
goto :goto_0
:cond_0
iget-object v0, p0, Lokhttp3/n;->bmL:Ljava/util/Deque;
invoke-interface {v0}, Ljava/util/Deque;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_1
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_1
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lokhttp3/v$a;
iget-object v1, v1, Lokhttp3/v$a;->bok:Lokhttp3/v;
iget-object v1, v1, Lokhttp3/v;->boe:Lokhttp3/internal/c/j;
invoke-virtual {v1}, Lokhttp3/internal/c/j;->cancel()V
goto :goto_1
:cond_1
iget-object v0, p0, Lokhttp3/n;->bmM:Ljava/util/Deque;
invoke-interface {v0}, Ljava/util/Deque;->iterator()Ljava/util/Iterator;
move-result-object v0
:goto_2
invoke-interface {v0}, Ljava/util/Iterator;->hasNext()Z
move-result v1
if-eqz v1, :cond_2
invoke-interface {v0}, Ljava/util/Iterator;->next()Ljava/lang/Object;
move-result-object v1
check-cast v1, Lokhttp3/v;
iget-object v1, v1, Lokhttp3/v;->boe:Lokhttp3/internal/c/j;
invoke-virtual {v1}, Lokhttp3/internal/c/j;->cancel()V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_2
:cond_2
monitor-exit p0
return-void
:catchall_0
move-exception v0
monitor-exit p0
throw v0
return-void
.end method