org.apache.http
Interface HttpInetConnection
- All Superinterfaces:
- HttpConnection
- All Known Implementing Classes:
- DefaultHttpClientConnection, DefaultHttpServerConnection, DefaultNHttpClientConnection, DefaultNHttpServerConnection, NHttpConnectionBase, 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
java.net.InetAddress getLocalAddress()
getLocalPort
int getLocalPort()
getRemoteAddress
java.net.InetAddress getRemoteAddress()
getRemotePort
int getRemotePort()
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.