Address.smali
.class public final Lokhttp3/Address;
.super Ljava/lang/Object;
.source "Address.java"
# instance fields
.field final certificatePinner:Lokhttp3/CertificatePinner;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field final connectionSpecs:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lokhttp3/ConnectionSpec;",
">;"
}
.end annotation
.end field
.field final dns:Lokhttp3/Dns;
.field final hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field final protocols:Ljava/util/List;
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/util/List<",
"Lokhttp3/Protocol;",
">;"
}
.end annotation
.end field
.field final proxy:Ljava/net/Proxy;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field final proxyAuthenticator:Lokhttp3/Authenticator;
.field final proxySelector:Ljava/net/ProxySelector;
.field final socketFactory:Ljavax/net/SocketFactory;
.field final sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end field
.field final url:Lokhttp3/HttpUrl;
# direct methods
.method public constructor <init>(Ljava/lang/String;ILokhttp3/Dns;Ljavax/net/SocketFactory;Ljavax/net/ssl/SSLSocketFactory;Ljavax/net/ssl/HostnameVerifier;Lokhttp3/CertificatePinner;Lokhttp3/Authenticator;Ljava/net/Proxy;Ljava/util/List;Ljava/util/List;Ljava/net/ProxySelector;)V
.registers 15
.param p5 # Ljavax/net/ssl/SSLSocketFactory;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p6 # Ljavax/net/ssl/HostnameVerifier;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p7 # Lokhttp3/CertificatePinner;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.param p9 # Ljava/net/Proxy;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/lang/String;",
"I",
"Lokhttp3/Dns;",
"Ljavax/net/SocketFactory;",
"Ljavax/net/ssl/SSLSocketFactory;",
"Ljavax/net/ssl/HostnameVerifier;",
"Lokhttp3/CertificatePinner;",
"Lokhttp3/Authenticator;",
"Ljava/net/Proxy;",
"Ljava/util/List<",
"Lokhttp3/Protocol;",
">;",
"Ljava/util/List<",
"Lokhttp3/ConnectionSpec;",
">;",
"Ljava/net/ProxySelector;",
")V"
}
.end annotation
.line 55
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 56
new-instance v0, Lokhttp3/HttpUrl$Builder;
invoke-direct {v0}, Lokhttp3/HttpUrl$Builder;-><init>()V
if-eqz p5, :cond_d
const-string v1, "https"
goto :goto_f
:cond_d
const-string v1, "http"
.line 57
:goto_f
invoke-virtual {v0, v1}, Lokhttp3/HttpUrl$Builder;->scheme(Ljava/lang/String;)Lokhttp3/HttpUrl$Builder;
move-result-object v0
.line 58
invoke-virtual {v0, p1}, Lokhttp3/HttpUrl$Builder;->host(Ljava/lang/String;)Lokhttp3/HttpUrl$Builder;
move-result-object p1
.line 59
invoke-virtual {p1, p2}, Lokhttp3/HttpUrl$Builder;->port(I)Lokhttp3/HttpUrl$Builder;
move-result-object p1
.line 60
invoke-virtual {p1}, Lokhttp3/HttpUrl$Builder;->build()Lokhttp3/HttpUrl;
move-result-object p1
iput-object p1, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
if-eqz p3, :cond_72
.line 63
iput-object p3, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
if-eqz p4, :cond_6a
.line 66
iput-object p4, p0, Lokhttp3/Address;->socketFactory:Ljavax/net/SocketFactory;
if-eqz p8, :cond_62
.line 71
iput-object p8, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
if-eqz p10, :cond_5a
.line 74
invoke-static {p10}, Lokhttp3/internal/Util;->immutableList(Ljava/util/List;)Ljava/util/List;
move-result-object p1
iput-object p1, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
if-eqz p11, :cond_52
.line 77
invoke-static {p11}, Lokhttp3/internal/Util;->immutableList(Ljava/util/List;)Ljava/util/List;
move-result-object p1
iput-object p1, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
if-eqz p12, :cond_4a
.line 80
iput-object p12, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
.line 82
iput-object p9, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
.line 83
iput-object p5, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
.line 84
iput-object p6, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
.line 85
iput-object p7, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
return-void
.line 79
:cond_4a
new-instance p1, Ljava/lang/NullPointerException;
const-string p2, "proxySelector == null"
invoke-direct {p1, p2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p1
.line 76
:cond_52
new-instance p1, Ljava/lang/NullPointerException;
const-string p2, "connectionSpecs == null"
invoke-direct {p1, p2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p1
.line 73
:cond_5a
new-instance p1, Ljava/lang/NullPointerException;
const-string p2, "protocols == null"
invoke-direct {p1, p2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p1
.line 69
:cond_62
new-instance p1, Ljava/lang/NullPointerException;
const-string p2, "proxyAuthenticator == null"
invoke-direct {p1, p2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p1
.line 65
:cond_6a
new-instance p1, Ljava/lang/NullPointerException;
const-string p2, "socketFactory == null"
invoke-direct {p1, p2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p1
.line 62
:cond_72
new-instance p1, Ljava/lang/NullPointerException;
const-string p2, "dns == null"
invoke-direct {p1, p2}, Ljava/lang/NullPointerException;-><init>(Ljava/lang/String;)V
throw p1
.end method
# virtual methods
.method public certificatePinner()Lokhttp3/CertificatePinner;
.registers 2
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 151
iget-object v0, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
return-object v0
.end method
.method public connectionSpecs()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lokhttp3/ConnectionSpec;",
">;"
}
.end annotation
.line 120
iget-object v0, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
return-object v0
.end method
.method public dns()Lokhttp3/Dns;
.registers 2
.line 98
iget-object v0, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
return-object v0
.end method
.method public equals(Ljava/lang/Object;)Z
.registers 4
.param p1 # Ljava/lang/Object;
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.end param
.line 155
instance-of v0, p1, Lokhttp3/Address;
if-eqz v0, :cond_18
iget-object v0, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
check-cast p1, Lokhttp3/Address;
iget-object v1, p1, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
.line 156
invoke-virtual {v0, v1}, Lokhttp3/HttpUrl;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_18
.line 157
invoke-virtual {p0, p1}, Lokhttp3/Address;->equalsNonHost(Lokhttp3/Address;)Z
move-result p1
if-eqz p1, :cond_18
const/4 p1, 0x1
goto :goto_19
:cond_18
const/4 p1, 0x0
:goto_19
return p1
.end method
.method equalsNonHost(Lokhttp3/Address;)Z
.registers 4
.line 176
iget-object v0, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
iget-object v1, p1, Lokhttp3/Address;->dns:Lokhttp3/Dns;
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
iget-object v1, p1, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
.line 177
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
iget-object v1, p1, Lokhttp3/Address;->protocols:Ljava/util/List;
.line 178
invoke-interface {v0, v1}, Ljava/util/List;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
iget-object v1, p1, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
.line 179
invoke-interface {v0, v1}, Ljava/util/List;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
iget-object v1, p1, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
.line 180
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
iget-object v1, p1, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
.line 181
invoke-static {v0, v1}, Lokhttp3/internal/Util;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
iget-object v1, p1, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
.line 182
invoke-static {v0, v1}, Lokhttp3/internal/Util;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
iget-object v1, p1, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
.line 183
invoke-static {v0, v1}, Lokhttp3/internal/Util;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
iget-object v0, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
iget-object v1, p1, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
.line 184
invoke-static {v0, v1}, Lokhttp3/internal/Util;->equal(Ljava/lang/Object;Ljava/lang/Object;)Z
move-result v0
if-eqz v0, :cond_6e
.line 185
invoke-virtual {p0}, Lokhttp3/Address;->url()Lokhttp3/HttpUrl;
move-result-object v0
invoke-virtual {v0}, Lokhttp3/HttpUrl;->port()I
move-result v0
invoke-virtual {p1}, Lokhttp3/Address;->url()Lokhttp3/HttpUrl;
move-result-object p1
invoke-virtual {p1}, Lokhttp3/HttpUrl;->port()I
move-result p1
if-ne v0, p1, :cond_6e
const/4 p1, 0x1
goto :goto_6f
:cond_6e
const/4 p1, 0x0
:goto_6f
return p1
.end method
.method public hashCode()I
.registers 4
.line 162
iget-object v0, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
invoke-virtual {v0}, Lokhttp3/HttpUrl;->hashCode()I
move-result v0
const/16 v1, 0x20f
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 163
iget-object v0, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 164
iget-object v0, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 165
iget-object v0, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->hashCode()I
move-result v0
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 166
iget-object v0, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
invoke-interface {v0}, Ljava/util/List;->hashCode()I
move-result v0
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 167
iget-object v0, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 168
iget-object v0, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
const/4 v2, 0x0
if-eqz v0, :cond_42
invoke-virtual {v0}, Ljava/net/Proxy;->hashCode()I
move-result v0
goto :goto_43
:cond_42
const/4 v0, 0x0
:goto_43
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 169
iget-object v0, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
if-eqz v0, :cond_4f
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
goto :goto_50
:cond_4f
const/4 v0, 0x0
:goto_50
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 170
iget-object v0, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
if-eqz v0, :cond_5c
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
move-result v0
goto :goto_5d
:cond_5c
const/4 v0, 0x0
:goto_5d
add-int/2addr v1, v0
mul-int/lit8 v1, v1, 0x1f
.line 171
iget-object v0, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
if-eqz v0, :cond_68
invoke-virtual {v0}, Lokhttp3/CertificatePinner;->hashCode()I
move-result v2
:cond_68
add-int/2addr v1, v2
return v1
.end method
.method public hostnameVerifier()Ljavax/net/ssl/HostnameVerifier;
.registers 2
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 146
iget-object v0, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
return-object v0
.end method
.method public protocols()Ljava/util/List;
.registers 2
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/util/List<",
"Lokhttp3/Protocol;",
">;"
}
.end annotation
.line 116
iget-object v0, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
return-object v0
.end method
.method public proxy()Ljava/net/Proxy;
.registers 2
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 136
iget-object v0, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
return-object v0
.end method
.method public proxyAuthenticator()Lokhttp3/Authenticator;
.registers 2
.line 108
iget-object v0, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
return-object v0
.end method
.method public proxySelector()Ljava/net/ProxySelector;
.registers 2
.line 128
iget-object v0, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
return-object v0
.end method
.method public socketFactory()Ljavax/net/SocketFactory;
.registers 2
.line 103
iget-object v0, p0, Lokhttp3/Address;->socketFactory:Ljavax/net/SocketFactory;
return-object v0
.end method
.method public sslSocketFactory()Ljavax/net/ssl/SSLSocketFactory;
.registers 2
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 141
iget-object v0, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
return-object v0
.end method
.method public toString()Ljava/lang/String;
.registers 3
.line 189
new-instance v0, Ljava/lang/StringBuilder;
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
const-string v1, "Address{"
.line 190
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
.line 191
invoke-virtual {v1}, Lokhttp3/HttpUrl;->host()Ljava/lang/String;
move-result-object v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
const-string v1, ":"
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
invoke-virtual {v1}, Lokhttp3/HttpUrl;->port()I
move-result v1
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(I)Ljava/lang/StringBuilder;
.line 193
iget-object v1, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
if-eqz v1, :cond_30
const-string v1, ", proxy="
.line 194
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
goto :goto_3a
:cond_30
const-string v1, ", proxySelector="
.line 196
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
iget-object v1, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/Object;)Ljava/lang/StringBuilder;
:goto_3a
const-string v1, "}"
.line 199
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
.line 200
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
move-result-object v0
return-object v0
.end method
.method public url()Lokhttp3/HttpUrl;
.registers 2
.line 93
iget-object v0, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
return-object v0
.end method