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
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.