Jdk9Platform.smali
.class final Lokhttp3/internal/platform/Jdk9Platform;
.super Lokhttp3/internal/platform/Platform;
.source "Jdk9Platform.java"
# instance fields
.field final getProtocolMethod:Ljava/lang/reflect/Method;
.field final setProtocolMethod:Ljava/lang/reflect/Method;
# direct methods
.method constructor <init>(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
.registers 3
.line 37
invoke-direct {p0}, Lokhttp3/internal/platform/Platform;-><init>()V
.line 38
iput-object p1, p0, Lokhttp3/internal/platform/Jdk9Platform;->setProtocolMethod:Ljava/lang/reflect/Method;
.line 39
iput-object p2, p0, Lokhttp3/internal/platform/Jdk9Platform;->getProtocolMethod:Ljava/lang/reflect/Method;
return-void
.end method
.method public static buildIfSupported()Lokhttp3/internal/platform/Jdk9Platform;
.registers 5
.line 88
:try_start_0
const-class v0, Ljavax/net/ssl/SSLParameters;
const-string v1, "setApplicationProtocols"
const/4 v2, 0x1
new-array v2, v2, [Ljava/lang/Class;
const-class v3, [Ljava/lang/String;
const/4 v4, 0x0
aput-object v3, v2, v4
.line 89
invoke-virtual {v0, v1, v2}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v0
.line 90
const-class v1, Ljavax/net/ssl/SSLSocket;
const-string v2, "getApplicationProtocol"
new-array v3, v4, [Ljava/lang/Class;
invoke-virtual {v1, v2, v3}, Ljava/lang/Class;->getMethod(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
move-result-object v1
.line 92
new-instance v2, Lokhttp3/internal/platform/Jdk9Platform;
invoke-direct {v2, v0, v1}, Lokhttp3/internal/platform/Jdk9Platform;-><init>(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;)V
:try_end_1f
.catch Ljava/lang/NoSuchMethodException; {:try_start_0 .. :try_end_1f} :catch_20
return-object v2
:catch_20
const/4 v0, 0x0
return-object v0
.end method
# virtual methods
.method public configureTlsExtensions(Ljavax/net/ssl/SSLSocket;Ljava/lang/String;Ljava/util/List;)V
.registers 8
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljavax/net/ssl/SSLSocket;",
"Ljava/lang/String;",
"Ljava/util/List<",
"Lokhttp3/Protocol;",
">;)V"
}
.end annotation
.line 46
:try_start_0
invoke-virtual {p1}, Ljavax/net/ssl/SSLSocket;->getSSLParameters()Ljavax/net/ssl/SSLParameters;
move-result-object p2
.line 48
invoke-static {p3}, Lokhttp3/internal/platform/Jdk9Platform;->alpnProtocolNames(Ljava/util/List;)Ljava/util/List;
move-result-object p3
.line 50
iget-object v0, p0, Lokhttp3/internal/platform/Jdk9Platform;->setProtocolMethod:Ljava/lang/reflect/Method;
const/4 v1, 0x1
new-array v1, v1, [Ljava/lang/Object;
const/4 v2, 0x0
.line 51
invoke-interface {p3}, Ljava/util/List;->size()I
move-result v3
new-array v3, v3, [Ljava/lang/String;
invoke-interface {p3, v3}, Ljava/util/List;->toArray([Ljava/lang/Object;)[Ljava/lang/Object;
move-result-object p3
aput-object p3, v1, v2
.line 50
invoke-virtual {v0, p2, v1}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
.line 53
invoke-virtual {p1, p2}, Ljavax/net/ssl/SSLSocket;->setSSLParameters(Ljavax/net/ssl/SSLParameters;)V
:try_end_20
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_20} :catch_23
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_0 .. :try_end_20} :catch_21
return-void
:catch_21
move-exception p1
goto :goto_24
:catch_23
move-exception p1
:goto_24
const-string p2, "unable to set ssl parameters"
.line 55
invoke-static {p2, p1}, Lokhttp3/internal/Util;->assertionError(Ljava/lang/String;Ljava/lang/Exception;)Ljava/lang/AssertionError;
move-result-object p1
throw p1
.end method
.method public getSelectedProtocol(Ljavax/net/ssl/SSLSocket;)Ljava/lang/String;
.registers 4
.annotation runtime Ljavax/annotation/Nullable;
.end annotation
.line 62
:try_start_0
iget-object v0, p0, Lokhttp3/internal/platform/Jdk9Platform;->getProtocolMethod:Ljava/lang/reflect/Method;
const/4 v1, 0x0
new-array v1, v1, [Ljava/lang/Object;
invoke-virtual {v0, p1, v1}, Ljava/lang/reflect/Method;->invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p1
check-cast p1, Ljava/lang/String;
if-eqz p1, :cond_17
const-string v0, ""
.line 66
invoke-virtual {p1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
move-result v0
:try_end_13
.catch Ljava/lang/IllegalAccessException; {:try_start_0 .. :try_end_13} :catch_1b
.catch Ljava/lang/reflect/InvocationTargetException; {:try_start_0 .. :try_end_13} :catch_19
if-eqz v0, :cond_16
goto :goto_17
:cond_16
return-object p1
:cond_17
:goto_17
const/4 p1, 0x0
return-object p1
:catch_19
move-exception p1
goto :goto_1c
:catch_1b
move-exception p1
:goto_1c
const-string v0, "unable to get selected protocols"
.line 72
invoke-static {v0, p1}, Lokhttp3/internal/Util;->assertionError(Ljava/lang/String;Ljava/lang/Exception;)Ljava/lang/AssertionError;
move-result-object p1
throw p1
.end method
.method public trustManager(Ljavax/net/ssl/SSLSocketFactory;)Ljavax/net/ssl/X509TrustManager;
.registers 3
.line 81
new-instance p1, Ljava/lang/UnsupportedOperationException;
const-string v0, "clientBuilder.sslSocketFactory(SSLSocketFactory) not supported on JDK 9+"
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
throw p1
.end method