public interface

HttpInetConnection

implements HttpConnection
org.apache.http.HttpInetConnection
Known Indirect Subclasses

Class Overview

An HTTP connection over the Internet Protocol (IP).

Summary

Public Methods
abstract InetAddress getLocalAddress()
abstract int getLocalPort()
abstract InetAddress getRemoteAddress()
abstract int getRemotePort()
[Expand]
Inherited Methods
From interface org.apache.http.HttpConnection

Public Methods

public abstract InetAddress getLocalAddress ()

public abstract int getLocalPort ()

public abstract InetAddress getRemoteAddress ()

public abstract int getRemotePort ()