2022-06-10 21:38:30 +09:00

21 lines
414 B
Smali

.class public interface abstract Ldf/o;
.super Ljava/lang/Object;
.source "HttpInetConnection.java"
# interfaces
.implements Ldf/i;
# virtual methods
.method public abstract getLocalAddress()Ljava/net/InetAddress;
.end method
.method public abstract getLocalPort()I
.end method
.method public abstract getRemoteAddress()Ljava/net/InetAddress;
.end method
.method public abstract getRemotePort()I
.end method