org.apache.http
Interface HttpInetConnection

All Superinterfaces:
HttpConnection
All Known Implementing Classes:
SocketHttpClientConnection, SocketHttpServerConnection

public interface HttpInetConnection
extends HttpConnection

An HTTP connection over the Internet Protocol (IP).

Since:
4.0
Version:
$Revision: 500044 $
Author:
Oleg Kalnichevski

Method Summary
 java.net.InetAddress getLocalAddress()
           
 int getLocalPort()
           
 java.net.InetAddress getRemoteAddress()
           
 int getRemotePort()
           
 
Methods inherited from interface org.apache.http.HttpConnection
close, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
 

Method Detail

getLocalAddress

public java.net.InetAddress getLocalAddress()

getLocalPort

public int getLocalPort()

getRemoteAddress

public java.net.InetAddress getRemoteAddress()

getRemotePort

public int getRemotePort()


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.