tmap/smali_classes5/org/apache/http/HttpInetConnection.smali
2022-06-10 21:38:30 +09:00

21 lines
470 B
Smali

.class public interface abstract Lorg/apache/http/HttpInetConnection;
.super Ljava/lang/Object;
.source "HttpInetConnection.java"
# interfaces
.implements Lorg/apache/http/HttpConnection;
# 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