This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,20 @@
.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