Interface HttpInetConnection

All Superinterfaces:
HttpConnection
All Known Subinterfaces:
ManagedClientConnection, OperatedClientConnection
All Known Implementing Classes:
AbstractClientConnAdapter, AbstractPooledConnAdapter, BasicPooledConnAdapter, DefaultClientConnection, DefaultHttpClientConnection, DefaultHttpServerConnection, SingleClientConnManager.ConnAdapter, SocketHttpClientConnection, SocketHttpServerConnection

public interface HttpInetConnection
extends HttpConnection
An HTTP connection over the Internet Protocol (IP).
Since:
4.0
Version:
$Revision: 613298 $
Author:
Oleg Kalnichevski
  • Method Details

    • getLocalAddress

      InetAddress getLocalAddress()
    • getLocalPort

      int getLocalPort()
    • getRemoteAddress

      InetAddress getRemoteAddress()
    • getRemotePort

      int getRemotePort()