- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
628 lines
15 KiB
Smali
628 lines
15 KiB
Smali
.class public final Lokhttp3/Address;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final certificatePinner:Lokhttp3/CertificatePinner;
|
|
|
|
.field public final connectionSpecs:Ljava/util/List;
|
|
|
|
.field public final dns:Lokhttp3/Dns;
|
|
|
|
.field public final hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
|
|
|
|
.field public final protocols:Ljava/util/List;
|
|
|
|
.field public final proxy:Ljava/net/Proxy;
|
|
|
|
.field public final proxyAuthenticator:Lokhttp3/Authenticator;
|
|
|
|
.field public final proxySelector:Ljava/net/ProxySelector;
|
|
|
|
.field public final socketFactory:Ljavax/net/SocketFactory;
|
|
|
|
.field public final sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
|
|
|
|
.field public 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
|
|
.locals 2
|
|
|
|
.line 54
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
.line 55
|
|
new-instance v0, Lokhttp3/HttpUrl$Builder;
|
|
|
|
invoke-direct {v0}, Lokhttp3/HttpUrl$Builder;-><init>()V
|
|
|
|
if-eqz p5, :cond_0
|
|
|
|
const-string v1, "https"
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const-string v1, "http"
|
|
|
|
.line 56
|
|
:goto_0
|
|
invoke-virtual {v0, v1}, Lokhttp3/HttpUrl$Builder;->scheme(Ljava/lang/String;)Lokhttp3/HttpUrl$Builder;
|
|
|
|
move-result-object v0
|
|
|
|
.line 57
|
|
invoke-virtual {v0, p1}, Lokhttp3/HttpUrl$Builder;->host(Ljava/lang/String;)Lokhttp3/HttpUrl$Builder;
|
|
|
|
move-result-object p1
|
|
|
|
.line 58
|
|
invoke-virtual {p1, p2}, Lokhttp3/HttpUrl$Builder;->port(I)Lokhttp3/HttpUrl$Builder;
|
|
|
|
move-result-object p1
|
|
|
|
.line 59
|
|
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_6
|
|
|
|
iput-object p3, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
|
|
|
|
if-eqz p4, :cond_5
|
|
|
|
iput-object p4, p0, Lokhttp3/Address;->socketFactory:Ljavax/net/SocketFactory;
|
|
|
|
if-eqz p8, :cond_4
|
|
|
|
iput-object p8, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
|
|
|
|
if-eqz p10, :cond_3
|
|
|
|
.line 73
|
|
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_2
|
|
|
|
.line 76
|
|
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_1
|
|
|
|
iput-object p12, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
|
|
|
|
iput-object p9, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
|
|
|
|
iput-object p5, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
|
|
|
|
iput-object p6, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
|
|
|
|
iput-object p7, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
|
|
|
|
return-void
|
|
|
|
.line 78
|
|
:cond_1
|
|
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 75
|
|
:cond_2
|
|
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 72
|
|
:cond_3
|
|
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 68
|
|
:cond_4
|
|
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 64
|
|
:cond_5
|
|
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 61
|
|
:cond_6
|
|
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;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public connectionSpecs()Ljava/util/List;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public dns()Lokhttp3/Dns;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public equals(Ljava/lang/Object;)Z
|
|
.locals 2
|
|
|
|
.line 154
|
|
instance-of v0, p1, Lokhttp3/Address;
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
|
|
|
|
check-cast p1, Lokhttp3/Address;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
|
|
|
|
.line 155
|
|
invoke-virtual {v0, v1}, Lokhttp3/HttpUrl;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 156
|
|
invoke-virtual {p0, p1}, Lokhttp3/Address;->equalsNonHost(Lokhttp3/Address;)Z
|
|
|
|
move-result p1
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public equalsNonHost(Lokhttp3/Address;)Z
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
|
|
|
|
.line 175
|
|
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_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
|
|
|
|
.line 176
|
|
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->protocols:Ljava/util/List;
|
|
|
|
.line 177
|
|
invoke-interface {v0, v1}, Ljava/util/List;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
|
|
|
|
.line 178
|
|
invoke-interface {v0, v1}, Ljava/util/List;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
|
|
|
|
.line 179
|
|
invoke-virtual {v0, v1}, Ljava/lang/Object;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
|
|
|
|
.line 180
|
|
invoke-static {v0, v1}, Ljava/util/Objects;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
|
|
|
|
.line 181
|
|
invoke-static {v0, v1}, Ljava/util/Objects;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
|
|
|
|
.line 182
|
|
invoke-static {v0, v1}, Ljava/util/Objects;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
|
|
|
|
iget-object v1, p1, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
|
|
|
|
.line 183
|
|
invoke-static {v0, v1}, Ljava/util/Objects;->equals(Ljava/lang/Object;Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
if-eqz v0, :cond_0
|
|
|
|
.line 184
|
|
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_0
|
|
|
|
const/4 p1, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
:goto_0
|
|
return p1
|
|
.end method
|
|
|
|
.method public hashCode()I
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
|
|
|
|
.line 161
|
|
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
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->dns:Lokhttp3/Dns;
|
|
|
|
.line 162
|
|
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
|
|
|
|
.line 163
|
|
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
|
|
|
|
.line 164
|
|
invoke-interface {v0}, Ljava/util/List;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->connectionSpecs:Ljava/util/List;
|
|
|
|
.line 165
|
|
invoke-interface {v0}, Ljava/util/List;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
|
|
|
|
.line 166
|
|
invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
|
|
|
|
.line 167
|
|
invoke-static {v0}, Ljava/util/Objects;->hashCode(Ljava/lang/Object;)I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
|
|
|
|
.line 168
|
|
invoke-static {v0}, Ljava/util/Objects;->hashCode(Ljava/lang/Object;)I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
|
|
|
|
.line 169
|
|
invoke-static {v0}, Ljava/util/Objects;->hashCode(Ljava/lang/Object;)I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
mul-int/lit8 v1, v1, 0x1f
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->certificatePinner:Lokhttp3/CertificatePinner;
|
|
|
|
.line 170
|
|
invoke-static {v0}, Ljava/util/Objects;->hashCode(Ljava/lang/Object;)I
|
|
|
|
move-result v0
|
|
|
|
add-int/2addr v1, v0
|
|
|
|
return v1
|
|
.end method
|
|
|
|
.method public hostnameVerifier()Ljavax/net/ssl/HostnameVerifier;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->hostnameVerifier:Ljavax/net/ssl/HostnameVerifier;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public protocols()Ljava/util/List;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->protocols:Ljava/util/List;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public proxy()Ljava/net/Proxy;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public proxyAuthenticator()Lokhttp3/Authenticator;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxyAuthenticator:Lokhttp3/Authenticator;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public proxySelector()Ljava/net/ProxySelector;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->proxySelector:Ljava/net/ProxySelector;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public socketFactory()Ljavax/net/SocketFactory;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->socketFactory:Ljavax/net/SocketFactory;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public sslSocketFactory()Ljavax/net/ssl/SSLSocketFactory;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->sslSocketFactory:Ljavax/net/ssl/SSLSocketFactory;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public toString()Ljava/lang/String;
|
|
.locals 2
|
|
|
|
.line 188
|
|
new-instance v0, Ljava/lang/StringBuilder;
|
|
|
|
invoke-direct {v0}, Ljava/lang/StringBuilder;-><init>()V
|
|
|
|
const-string v1, "Address{"
|
|
|
|
.line 189
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
iget-object v1, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
|
|
|
|
.line 190
|
|
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;
|
|
|
|
iget-object v1, p0, Lokhttp3/Address;->proxy:Ljava/net/Proxy;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
const-string v1, ", proxy="
|
|
|
|
.line 193
|
|
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_0
|
|
|
|
:cond_0
|
|
const-string v1, ", proxySelector="
|
|
|
|
.line 195
|
|
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_0
|
|
const-string v1, "}"
|
|
|
|
.line 198
|
|
invoke-virtual {v0, v1}, Ljava/lang/StringBuilder;->append(Ljava/lang/String;)Ljava/lang/StringBuilder;
|
|
|
|
.line 199
|
|
invoke-virtual {v0}, Ljava/lang/StringBuilder;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public url()Lokhttp3/HttpUrl;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lokhttp3/Address;->url:Lokhttp3/HttpUrl;
|
|
|
|
return-object v0
|
|
.end method
|