org.apache.http
Interface HttpInetConnection
- All Superinterfaces:
- HttpConnection
- All Known Implementing Classes:
- DefaultHttpClientConnection, DefaultHttpServerConnection, SocketHttpClientConnection, SocketHttpServerConnection
public interface HttpInetConnection
- extends HttpConnection
An HTTP connection over the Internet Protocol (IP).
- Since:
- 4.0
- Version:
- $Revision: 613298 $
- Author:
- Oleg Kalnichevski
getLocalAddress
java.net.InetAddress getLocalAddress()
getLocalPort
int getLocalPort()
getRemoteAddress
java.net.InetAddress getRemoteAddress()
getRemotePort
int getRemotePort()
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.