public interface  org.apache.http.HttpInetConnection extends java.lang.Object implements org.apache.http.HttpConnection
{
public abstract java.net.InetAddress getLocalAddress();
public abstract int getLocalPort();
public abstract java.net.InetAddress getRemoteAddress();
public abstract int getRemotePort();
}