to top
Android APIs
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 ()

Since: API Level 1

public abstract int getLocalPort ()

Since: API Level 1

public abstract InetAddress getRemoteAddress ()

Since: API Level 1

public abstract int getRemotePort ()

Since: API Level 1