Util.smali
.class public final Lokhttp3/internal/Util;
.super Ljava/lang/Object;
# static fields
.field public static final EMPTY_BYTE_ARRAY:[B
.field public static final EMPTY_REQUEST:Lokhttp3/RequestBody;
.field public static final EMPTY_RESPONSE:Lokhttp3/ResponseBody;
.field public static final EMPTY_STRING_ARRAY:[Ljava/lang/String;
.field public static final UTC:Ljava/util/TimeZone;
.field private static final UTF_16_BE:Ljava/nio/charset/Charset;
.field private static final UTF_16_BE_BOM:Lokio/ByteString;
.field private static final UTF_16_LE:Ljava/nio/charset/Charset;
.field private static final UTF_16_LE_BOM:Lokio/ByteString;
.field private static final UTF_32_BE:Ljava/nio/charset/Charset;
.field private static final UTF_32_BE_BOM:Lokio/ByteString;
.field private static final UTF_32_LE:Ljava/nio/charset/Charset;
.field private static final UTF_32_LE_BOM:Lokio/ByteString;
.field public static final UTF_8:Ljava/nio/charset/Charset;
.field private static final UTF_8_BOM:Lokio/ByteString;
.field private static final VERIFY_AS_IP_ADDRESS:Ljava/util/regex/Pattern;
# direct methods
.method static constructor <clinit>()V
.registers 3
const/4 v2, 0x0
const/4 v1, 0x0
new-array v0, v1, [B
sput-object v0, Lokhttp3/internal/Util;->EMPTY_BYTE_ARRAY:[B
new-array v0, v1, [Ljava/lang/String;
sput-object v0, Lokhttp3/internal/Util;->EMPTY_STRING_ARRAY:[Ljava/lang/String;
sget-object v0, Lokhttp3/internal/Util;->EMPTY_BYTE_ARRAY:[B
invoke-static {v2, v0}, Lokhttp3/ResponseBody;->create(Lokhttp3/MediaType;[B)Lokhttp3/ResponseBody;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->EMPTY_RESPONSE:Lokhttp3/ResponseBody;
sget-object v0, Lokhttp3/internal/Util;->EMPTY_BYTE_ARRAY:[B
invoke-static {v2, v0}, Lokhttp3/RequestBody;->create(Lokhttp3/MediaType;[B)Lokhttp3/RequestBody;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->EMPTY_REQUEST:Lokhttp3/RequestBody;
const-string/jumbo v0, "efbbbf"
invoke-static {v0}, Lokio/ByteString;->c(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_8_BOM:Lokio/ByteString;
const-string/jumbo v0, "feff"
invoke-static {v0}, Lokio/ByteString;->c(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_16_BE_BOM:Lokio/ByteString;
const-string/jumbo v0, "fffe"
invoke-static {v0}, Lokio/ByteString;->c(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_16_LE_BOM:Lokio/ByteString;
const-string/jumbo v0, "0000ffff"
invoke-static {v0}, Lokio/ByteString;->c(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_32_BE_BOM:Lokio/ByteString;
const-string/jumbo v0, "ffff0000"
invoke-static {v0}, Lokio/ByteString;->c(Ljava/lang/String;)Lokio/ByteString;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_32_LE_BOM:Lokio/ByteString;
const-string/jumbo v0, "UTF-8"
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_8:Ljava/nio/charset/Charset;
const-string/jumbo v0, "UTF-16BE"
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_16_BE:Ljava/nio/charset/Charset;
const-string/jumbo v0, "UTF-16LE"
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_16_LE:Ljava/nio/charset/Charset;
const-string/jumbo v0, "UTF-32BE"
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_32_BE:Ljava/nio/charset/Charset;
const-string/jumbo v0, "UTF-32LE"
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTF_32_LE:Ljava/nio/charset/Charset;
const-string/jumbo v0, "GMT"
invoke-static {v0}, Ljava/util/TimeZone;->getTimeZone(Ljava/lang/String;)Ljava/util/TimeZone;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->UTC:Ljava/util/TimeZone;
const-string/jumbo v0, "([0-9a-fA-F]*:[0-9a-fA-F:.]*)|([\\d.]+)"
invoke-static {v0}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;)Ljava/util/regex/Pattern;
move-result-object v0
sput-object v0, Lokhttp3/internal/Util;->VERIFY_AS_IP_ADDRESS:Ljava/util/regex/Pattern;
return-void
.end method
.method private constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static bomAwareCharset(Lokio/e;Ljava/nio/charset/Charset;)Ljava/nio/charset/Charset;
.registers 6
const-wide/16 v2, 0x0
sget-object v0, Lokhttp3/internal/Util;->UTF_8_BOM:Lokio/ByteString;
invoke-interface {p0, v2, v3, v0}, Lokio/e;->a(JLokio/ByteString;)Z
move-result v0
if-eqz v0, :cond_17
sget-object v0, Lokhttp3/internal/Util;->UTF_8_BOM:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->h()I
move-result v0
int-to-long v0, v0
invoke-interface {p0, v0, v1}, Lokio/e;->h(J)V
sget-object p1, Lokhttp3/internal/Util;->UTF_8:Ljava/nio/charset/Charset;
:cond_16
:goto_16
return-object p1
:cond_17
sget-object v0, Lokhttp3/internal/Util;->UTF_16_BE_BOM:Lokio/ByteString;
invoke-interface {p0, v2, v3, v0}, Lokio/e;->a(JLokio/ByteString;)Z
move-result v0
if-eqz v0, :cond_2c
sget-object v0, Lokhttp3/internal/Util;->UTF_16_BE_BOM:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->h()I
move-result v0
int-to-long v0, v0
invoke-interface {p0, v0, v1}, Lokio/e;->h(J)V
sget-object p1, Lokhttp3/internal/Util;->UTF_16_BE:Ljava/nio/charset/Charset;
goto :goto_16
:cond_2c
sget-object v0, Lokhttp3/internal/Util;->UTF_16_LE_BOM:Lokio/ByteString;
invoke-interface {p0, v2, v3, v0}, Lokio/e;->a(JLokio/ByteString;)Z
move-result v0
if-eqz v0, :cond_41
sget-object v0, Lokhttp3/internal/Util;->UTF_16_LE_BOM:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->h()I
move-result v0
int-to-long v0, v0
invoke-interface {p0, v0, v1}, Lokio/e;->h(J)V
sget-object p1, Lokhttp3/internal/Util;->UTF_16_LE:Ljava/nio/charset/Charset;
goto :goto_16
:cond_41
sget-object v0, Lokhttp3/internal/Util;->UTF_32_BE_BOM:Lokio/ByteString;
invoke-interface {p0, v2, v3, v0}, Lokio/e;->a(JLokio/ByteString;)Z
move-result v0
if-eqz v0, :cond_56
sget-object v0, Lokhttp3/internal/Util;->UTF_32_BE_BOM:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->h()I
move-result v0
int-to-long v0, v0
invoke-interface {p0, v0, v1}, Lokio/e;->h(J)V
sget-object p1, Lokhttp3/internal/Util;->UTF_32_BE:Ljava/nio/charset/Charset;
goto :goto_16
:cond_56
sget-object v0, Lokhttp3/internal/Util;->UTF_32_LE_BOM:Lokio/ByteString;
invoke-interface {p0, v2, v3, v0}, Lokio/e;->a(JLokio/ByteString;)Z
move-result v0
if-eqz v0, :cond_16
sget-object v0, Lokhttp3/internal/Util;->UTF_32_LE_BOM:Lokio/ByteString;
invoke-virtual {v0}, Lokio/ByteString;->h()I
move-result v0
int-to-long v0, v0
invoke-interface {p0, v0, v1}, Lokio/e;->h(J)V
sget-object p1, Lokhttp3/internal/Util;->UTF_32_LE:Ljava/nio/charset/Charset;
goto :goto_16
.end method
.method public static checkOffsetAndCount(JJJ)V
.registers 10
or-long v0, p2, p4
const-wide/16 v2, 0x0
cmp-long v0, v0, v2
if-ltz v0, :cond_12
cmp-long v0, p2, p0
if-gtz v0, :cond_12
sub-long v0, p0, p2
cmp-long v0, v0, p4
if-gez v0, :cond_18
:cond_12
new-instance v0, Ljava/lang/ArrayIndexOutOfBoundsException;
invoke-direct {v0}, Ljava/lang/ArrayIndexOutOfBoundsException;-><init>()V
throw v0
:cond_18
return-void
.end method
.method public static closeQuietly(Ljava/io/Closeable;)V
.registers 2
if-eqz p0, :cond_5
:try_start_2
invoke-interface {p0}, Ljava/io/Closeable;->close()V
:try_end_5
.catch Ljava/lang/RuntimeException; {:try_start_2 .. :try_end_5} :catch_6
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_5} :catch_8
:cond_5
:goto_5
return-void
:catch_6
move-exception v0
throw v0
:catch_8
move-exception v0
goto :goto_5
.end method
.method public static closeQuietly(Ljava/net/ServerSocket;)V
.registers 2
if-eqz p0, :cond_5
:try_start_2
invoke-virtual {p0}, Ljava/net/ServerSocket;->close()V
:try_end_5
.catch Ljava/lang/RuntimeException; {:try_start_2 .. :try_end_5} :catch_6
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_5} :catch_8
:cond_5
:goto_5
return-void
:catch_6
move-exception v0
throw v0
:catch_8
move-exception v0
goto :goto_5
.end method
.method public static closeQuietly(Ljava/net/Socket;)V
.registers 3
if-eqz p0, :cond_5
:try_start_2
invoke-virtual {p0}, Ljava/net/Socket;->close()V
:try_end_5
.catch Ljava/lang/AssertionError; {:try_start_2 .. :try_end_5} :catch_6
.catch Ljava/lang/RuntimeException; {:try_start_2 .. :try_end_5} :catch_e
.catch Ljava/lang/Exception; {:try_start_2 .. :try_end_5} :catch_10
:cond_5
:goto_5
return-void
:catch_6
move-exception v0
invoke-static {v0}, Lokhttp3/internal/Util;->isAndroidGetsocknameError(Ljava/lang/AssertionError;)Z
move-result v1
if-nez v1, :cond_5
throw v0
:catch_e
move-exception v0
throw v0
:catch_10
move-exception v0
goto :goto_5
.end method
.method public static concat([Ljava/lang/String;Ljava/lang/String;)[Ljava/lang/String;
.registers 5
const/4 v2, 0x0
array-length v0, p0
add-int/lit8 v0, v0, 0x1
new-array v0, v0, [Ljava/lang/String;
array-length v1, p0
invoke-static {p0, v2, v0, v2, v1}, Ljava/lang/System;->arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V
array-length v1, v0
add-int/lit8 v1, v1, -0x1
aput-object p1, v0, v1
return-object v0
.end method
.method private static containsInvalidHostnameAsciiCodes(Ljava/lang/String;)Z
.registers 6
const/4 v2, 0x1
const/4 v1, 0x0
move v0, v1
:goto_3
invoke-virtual {p0}, Ljava/lang/String;->length()I
move-result v3
if-ge v0, v3, :cond_16
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v3
const/16 v4, 0x1f
if-le v3, v4, :cond_15
const/16 v4, 0x7f
if-lt v3, v4, :cond_17
:cond_15
move v1, v2
:cond_16
:goto_16
return v1
:cond_17
const-string/jumbo v4, " #%/:?@[\\]"
invoke-virtual {v4, v3}, Ljava/lang/String;->indexOf(I)I
move-result v3
const/4 v4, -0x1
if-eq v3, v4, :cond_23
move v1, v2
goto :goto_16
:cond_23
add-int/lit8 v0, v0, 0x1
goto :goto_3
.end method
.method public static delimiterOffset(Ljava/lang/String;IIC)I
.registers 6
move v0, p1
:goto_1
if-ge v0, p2, :cond_a
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v1
if-ne v1, p3, :cond_b
move p2, v0
:cond_a
return p2
:cond_b
add-int/lit8 v0, v0, 0x1
goto :goto_1
.end method
.method public static delimiterOffset(Ljava/lang/String;IILjava/lang/String;)I
.registers 7
move v0, p1
:goto_1
if-ge v0, p2, :cond_f
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v1
invoke-virtual {p3, v1}, Ljava/lang/String;->indexOf(I)I
move-result v1
const/4 v2, -0x1
if-eq v1, v2, :cond_10
move p2, v0
:cond_f
return p2
:cond_10
add-int/lit8 v0, v0, 0x1
goto :goto_1
.end method
.method public static discard(Lokio/q;ILjava/util/concurrent/TimeUnit;)Z
.registers 4
:try_start_0
invoke-static {p0, p1, p2}, Lokhttp3/internal/Util;->skipAll(Lokio/q;ILjava/util/concurrent/TimeUnit;)Z
:try_end_3
.catch Ljava/io/IOException; {:try_start_0 .. :try_end_3} :catch_5
move-result v0
:goto_4
return v0
:catch_5
move-exception v0
const/4 v0, 0x0
goto :goto_4
.end method
.method public static domainToAscii(Ljava/lang/String;)Ljava/lang/String;
.registers 4
const/4 v0, 0x0
:try_start_1
invoke-static {p0}, Ljava/net/IDN;->toASCII(Ljava/lang/String;)Ljava/lang/String;
move-result-object v1
sget-object v2, Ljava/util/Locale;->US:Ljava/util/Locale;
invoke-virtual {v1, v2}, Ljava/lang/String;->toLowerCase(Ljava/util/Locale;)Ljava/lang/String;
move-result-object v1
invoke-virtual {v1}, Ljava/lang/String;->isEmpty()Z
move-result v2
if-eqz v2, :cond_12
:cond_11
:goto_11
return-object v0
:cond_12
invoke-static {v1}, Lokhttp3/internal/Util;->containsInvalidHostnameAsciiCodes(Ljava/lang/String;)Z
:try_end_15
.catch Ljava/lang/IllegalArgumentException; {:try_start_1 .. :try_end_15} :catch_1a
move-result v2
if-nez v2, :cond_11
move-object v0, v1
goto :goto_11
:catch_1a
move-exception v1
goto :goto_11
.end method
.method public static equal(Ljava/lang/Object;Ljava/lang/Object;)Z
.registers 3
if-eq p0, p1, :cond_a
if-eqz p0, :cond_c
invoke-virtual {p0, p1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_c
:cond_a
const/4 v0, 0x1
:goto_b
return v0
:cond_c
const/4 v0, 0x0
goto :goto_b
.end method
.method public static varargs format(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
.registers 3
sget-object v0, Ljava/util/Locale;->US:Ljava/util/Locale;
invoke-static {v0, p0, p1}, Ljava/lang/String;->format(Ljava/util/Locale;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public static hostHeader(Lokhttp3/HttpUrl;Z)Ljava/lang/String;
.registers 5
invoke-virtual {p0}, Lokhttp3/HttpUrl;->host()Ljava/lang/String;
move-result-object v0
const-string/jumbo v1, ":"
invoke-virtual {v0, v1}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
move-result v0
if-eqz v0, :cond_59
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string/jumbo v1, "["
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
invoke-virtual {p0}, Lokhttp3/HttpUrl;->host()Ljava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
const-string/jumbo v1, "]"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
:goto_2c
if-nez p1, :cond_3c
invoke-virtual {p0}, Lokhttp3/HttpUrl;->port()I
move-result v1
invoke-virtual {p0}, Lokhttp3/HttpUrl;->scheme()Ljava/lang/String;
move-result-object v2
invoke-static {v2}, Lokhttp3/HttpUrl;->defaultPort(Ljava/lang/String;)I
move-result v2
if-eq v1, v2, :cond_58
:cond_3c
new-instance v1, Ljava/lang/StringBuilder;
invoke-direct {v1}, Ljava/lang/StringBuilder;-><init>()V
invoke-virtual {v1, v0}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
const-string/jumbo v1, ":"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
move-result-object v0
invoke-virtual {p0}, Lokhttp3/HttpUrl;->port()I
move-result v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
move-result-object v0
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
:cond_58
return-object v0
:cond_59
invoke-virtual {p0}, Lokhttp3/HttpUrl;->host()Ljava/lang/String;
move-result-object v0
goto :goto_2c
.end method
.method public static immutableList(Ljava/util/List;)Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Ljava/util/List",
"<TT;>;)",
"Ljava/util/List",
"<TT;>;"
}
.end annotation
new-instance v0, Ljava/util/ArrayList;
invoke-direct {v0, p0}, Ljava/util/ArrayList;-><init>(Ljava/util/Collection;)V
invoke-static {v0}, Ljava/util/Collections;->unmodifiableList(Ljava/util/List;)Ljava/util/List;
move-result-object v0
return-object v0
.end method
.method public static varargs immutableList([Ljava/lang/Object;)Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">([TT;)",
"Ljava/util/List",
"<TT;>;"
}
.end annotation
invoke-virtual {p0}, [Ljava/lang/Object;->clone()Ljava/lang/Object;
move-result-object v0
check-cast v0, [Ljava/lang/Object;
invoke-static {v0}, Ljava/util/Arrays;->asList([Ljava/lang/Object;)Ljava/util/List;
move-result-object v0
invoke-static {v0}, Ljava/util/Collections;->unmodifiableList(Ljava/util/List;)Ljava/util/List;
move-result-object v0
return-object v0
.end method
.method public static indexOf([Ljava/lang/Object;Ljava/lang/Object;)I
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">([TT;TT;)I"
}
.end annotation
const/4 v0, 0x0
array-length v1, p0
:goto_2
if-ge v0, v1, :cond_10
aget-object v2, p0, v0
invoke-static {v2, p1}, Lokhttp3/internal/Util;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v2
if-eqz v2, :cond_d
:goto_c
return v0
:cond_d
add-int/lit8 v0, v0, 0x1
goto :goto_2
:cond_10
const/4 v0, -0x1
goto :goto_c
.end method
.method public static indexOfControlOrNonAscii(Ljava/lang/String;)I
.registers 5
const/4 v0, 0x0
invoke-virtual {p0}, Ljava/lang/String;->length()I
move-result v1
:goto_5
if-ge v0, v1, :cond_17
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v2
const/16 v3, 0x1f
if-le v2, v3, :cond_13
const/16 v3, 0x7f
if-lt v2, v3, :cond_14
:cond_13
:goto_13
return v0
:cond_14
add-int/lit8 v0, v0, 0x1
goto :goto_5
:cond_17
const/4 v0, -0x1
goto :goto_13
.end method
.method private static intersect([Ljava/lang/Object;[Ljava/lang/Object;)Ljava/util/List;
.registers 11
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">([TT;[TT;)",
"Ljava/util/List",
"<TT;>;"
}
.end annotation
const/4 v1, 0x0
new-instance v3, Ljava/util/ArrayList;
invoke-direct {v3}, Ljava/util/ArrayList;-><init>()V
array-length v4, p0
move v2, v1
:goto_8
if-ge v2, v4, :cond_22
aget-object v5, p0, v2
array-length v6, p1
move v0, v1
:goto_e
if-ge v0, v6, :cond_1b
aget-object v7, p1, v0
invoke-virtual {v5, v7}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v8
if-eqz v8, :cond_1f
invoke-interface {v3, v7}, Ljava/util/List;->add(Ljava/lang/Object;)Z
:cond_1b
add-int/lit8 v0, v2, 0x1
move v2, v0
goto :goto_8
:cond_1f
add-int/lit8 v0, v0, 0x1
goto :goto_e
:cond_22
return-object v3
.end method
.method public static intersect(Ljava/lang/Class;[Ljava/lang/Object;[Ljava/lang/Object;)[Ljava/lang/Object;
.registers 5
.annotation system Ldalvik/annotation/Signature;
value = {
"<T:",
"Ljava/lang/Object;",
">(",
"Ljava/lang/Class",
"<TT;>;[TT;[TT;)[TT;"
}
.end annotation
invoke-static {p1, p2}, Lokhttp3/internal/Util;->intersect([Ljava/lang/Object;[Ljava/lang/Object;)Ljava/util/List;
move-result-object v1
invoke-interface {v1}, Ljava/util/List;->size()I
move-result v0
invoke-static {p0, v0}, Ljava/lang/reflect/Array;->newInstance(Ljava/lang/Class;I)Ljava/lang/Object;
move-result-object v0
check-cast v0, [Ljava/lang/Object;
check-cast v0, [Ljava/lang/Object;
invoke-interface {v1, v0}, Ljava/util/List;->toArray([Ljava/lang/Object;)[Ljava/lang/Object;
move-result-object v0
return-object v0
.end method
.method public static isAndroidGetsocknameError(Ljava/lang/AssertionError;)Z
.registers 3
invoke-virtual {p0}, Ljava/lang/AssertionError;->getCause()Ljava/lang/Throwable;
move-result-object v0
if-eqz v0, :cond_1b
invoke-virtual {p0}, Ljava/lang/AssertionError;->getMessage()Ljava/lang/String;
move-result-object v0
if-eqz v0, :cond_1b
invoke-virtual {p0}, Ljava/lang/AssertionError;->getMessage()Ljava/lang/String;
move-result-object v0
const-string/jumbo v1, "getsockname failed"
invoke-virtual {v0, v1}, Ljava/lang/String;->contains(Ljava/lang/CharSequence;)Z
move-result v0
if-eqz v0, :cond_1b
const/4 v0, 0x1
:goto_1a
return v0
:cond_1b
const/4 v0, 0x0
goto :goto_1a
.end method
.method public static skipAll(Lokio/q;ILjava/util/concurrent/TimeUnit;)Z
.registers 15
const-wide v2, 0x7fffffffffffffffL
invoke-static {}, Ljava/lang/System;->nanoTime()J
move-result-wide v6
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v0
invoke-virtual {v0}, Lokio/r;->hasDeadline()Z
move-result v0
if-eqz v0, :cond_51
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v0
invoke-virtual {v0}, Lokio/r;->deadlineNanoTime()J
move-result-wide v0
sub-long/2addr v0, v6
:goto_1c
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v4
int-to-long v8, p1
invoke-virtual {p2, v8, v9}, Ljava/util/concurrent/TimeUnit;->toNanos(J)J
move-result-wide v8
invoke-static {v0, v1, v8, v9}, Ljava/lang/Math;->min(JJ)J
move-result-wide v8
add-long/2addr v8, v6
invoke-virtual {v4, v8, v9}, Lokio/r;->deadlineNanoTime(J)Lokio/r;
:try_start_2d
new-instance v4, Lokio/c;
invoke-direct {v4}, Lokio/c;-><init>()V
:goto_32
const-wide/16 v8, 0x2000
invoke-interface {p0, v4, v8, v9}, Lokio/q;->read(Lokio/c;J)J
move-result-wide v8
const-wide/16 v10, -0x1
cmp-long v5, v8, v10
if-eqz v5, :cond_53
invoke-virtual {v4}, Lokio/c;->u()V
:try_end_41
.catch Ljava/io/InterruptedIOException; {:try_start_2d .. :try_end_41} :catch_42
.catchall {:try_start_2d .. :try_end_41} :catchall_73
goto :goto_32
:catch_42
move-exception v4
const/4 v4, 0x0
cmp-long v2, v0, v2
if-nez v2, :cond_6a
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v0
invoke-virtual {v0}, Lokio/r;->clearDeadline()Lokio/r;
:goto_4f
move v0, v4
:goto_50
return v0
:cond_51
move-wide v0, v2
goto :goto_1c
:cond_53
const/4 v4, 0x1
cmp-long v2, v0, v2
if-nez v2, :cond_61
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v0
invoke-virtual {v0}, Lokio/r;->clearDeadline()Lokio/r;
:goto_5f
move v0, v4
goto :goto_50
:cond_61
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v2
add-long/2addr v0, v6
invoke-virtual {v2, v0, v1}, Lokio/r;->deadlineNanoTime(J)Lokio/r;
goto :goto_5f
:cond_6a
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v2
add-long/2addr v0, v6
invoke-virtual {v2, v0, v1}, Lokio/r;->deadlineNanoTime(J)Lokio/r;
goto :goto_4f
:catchall_73
move-exception v4
cmp-long v2, v0, v2
if-nez v2, :cond_80
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v0
invoke-virtual {v0}, Lokio/r;->clearDeadline()Lokio/r;
:goto_7f
throw v4
:cond_80
invoke-interface {p0}, Lokio/q;->timeout()Lokio/r;
move-result-object v2
add-long/2addr v0, v6
invoke-virtual {v2, v0, v1}, Lokio/r;->deadlineNanoTime(J)Lokio/r;
goto :goto_7f
.end method
.method public static skipLeadingAsciiWhitespace(Ljava/lang/String;II)I
.registers 5
move v0, p1
:goto_1
if-ge v0, p2, :cond_b
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v1
sparse-switch v1, :sswitch_data_10
move p2, v0
:cond_b
return p2
:sswitch_c
add-int/lit8 v0, v0, 0x1
goto :goto_1
nop
:sswitch_data_10
.sparse-switch
0x9 -> :sswitch_c
0xa -> :sswitch_c
0xc -> :sswitch_c
0xd -> :sswitch_c
0x20 -> :sswitch_c
.end sparse-switch
.end method
.method public static skipTrailingAsciiWhitespace(Ljava/lang/String;II)I
.registers 5
add-int/lit8 v0, p2, -0x1
:goto_2
if-lt v0, p1, :cond_d
invoke-virtual {p0, v0}, Ljava/lang/String;->charAt(I)C
move-result v1
sparse-switch v1, :sswitch_data_12
add-int/lit8 p1, v0, 0x1
:cond_d
return p1
:sswitch_e
add-int/lit8 v0, v0, -0x1
goto :goto_2
nop
:sswitch_data_12
.sparse-switch
0x9 -> :sswitch_e
0xa -> :sswitch_e
0xc -> :sswitch_e
0xd -> :sswitch_e
0x20 -> :sswitch_e
.end sparse-switch
.end method
.method public static threadFactory(Ljava/lang/String;Z)Ljava/util/concurrent/ThreadFactory;
.registers 3
new-instance v0, Lokhttp3/internal/Util$1;
invoke-direct {v0, p0, p1}, Lokhttp3/internal/Util$1;-><init>(Ljava/lang/String;Z)V
return-object v0
.end method
.method public static toHumanReadableAscii(Ljava/lang/String;)Ljava/lang/String;
.registers 8
const/16 v6, 0x7f
const/16 v5, 0x1f
const/4 v1, 0x0
invoke-virtual {p0}, Ljava/lang/String;->length()I
move-result v3
move v0, v1
:goto_a
if-ge v0, v3, :cond_3f
invoke-virtual {p0, v0}, Ljava/lang/String;->codePointAt(I)I
move-result v2
if-le v2, v5, :cond_1a
if-ge v2, v6, :cond_1a
invoke-static {v2}, Ljava/lang/Character;->charCount(I)I
move-result v2
add-int/2addr v0, v2
goto :goto_a
:cond_1a
new-instance v4, Lokio/c;
invoke-direct {v4}, Lokio/c;-><init>()V
invoke-virtual {v4, p0, v1, v0}, Lokio/c;->a(Ljava/lang/String;II)Lokio/c;
move v2, v0
:goto_23
if-ge v2, v3, :cond_3b
invoke-virtual {p0, v2}, Ljava/lang/String;->codePointAt(I)I
move-result v1
if-le v1, v5, :cond_38
if-ge v1, v6, :cond_38
move v0, v1
:goto_2e
invoke-virtual {v4, v0}, Lokio/c;->a(I)Lokio/c;
invoke-static {v1}, Ljava/lang/Character;->charCount(I)I
move-result v0
add-int/2addr v0, v2
move v2, v0
goto :goto_23
:cond_38
const/16 v0, 0x3f
goto :goto_2e
:cond_3b
invoke-virtual {v4}, Lokio/c;->r()Ljava/lang/String;
move-result-object p0
:cond_3f
return-object p0
.end method
.method public static trimSubstring(Ljava/lang/String;II)Ljava/lang/String;
.registers 5
invoke-static {p0, p1, p2}, Lokhttp3/internal/Util;->skipLeadingAsciiWhitespace(Ljava/lang/String;II)I
move-result v0
invoke-static {p0, v0, p2}, Lokhttp3/internal/Util;->skipTrailingAsciiWhitespace(Ljava/lang/String;II)I
move-result v1
invoke-virtual {p0, v0, v1}, Ljava/lang/String;->substring(II)Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public static verifyAsIpAddress(Ljava/lang/String;)Z
.registers 2
sget-object v0, Lokhttp3/internal/Util;->VERIFY_AS_IP_ADDRESS:Ljava/util/regex/Pattern;
invoke-virtual {v0, p0}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
move-result-object v0
invoke-virtual {v0}, Ljava/util/regex/Matcher;->matches()Z
move-result v0
return v0
.end method