a.smali
.class public Li/e0/l/a;
.super Ljava/net/ProxySelector;
.source ""
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/net/ProxySelector;-><init>()V
return-void
.end method
# virtual methods
.method public connectFailed(Ljava/net/URI;Ljava/net/SocketAddress;Ljava/io/IOException;)V
.registers 4
return-void
.end method
.method public select(Ljava/net/URI;)Ljava/util/List;
.registers 3
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/net/URI;",
")",
"Ljava/util/List<",
"Ljava/net/Proxy;",
">;"
}
.end annotation
if-eqz p1, :cond_9
sget-object p1, Ljava/net/Proxy;->NO_PROXY:Ljava/net/Proxy;
invoke-static {p1}, Ljava/util/Collections;->singletonList(Ljava/lang/Object;)Ljava/util/List;
move-result-object p1
return-object p1
:cond_9
new-instance p1, Ljava/lang/IllegalArgumentException;
const-string v0, "uri must not be null"
invoke-direct {p1, v0}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw p1
.end method