Interface HttpInetConnection

All Superinterfaces:
AutoCloseable, Closeable, HttpConnection
All Known Subinterfaces:
HttpRoutedConnection, ManagedClientConnection, ManagedHttpClientConnection, OperatedClientConnection
All Known Implementing Classes:
AbstractClientConnAdapter, AbstractPooledConnAdapter, BasicPooledConnAdapter, BHttpConnectionBase, DefaultBHttpClientConnection, DefaultBHttpServerConnection, DefaultClientConnection, DefaultHttpClientConnection, DefaultHttpServerConnection, DefaultManagedHttpClientConnection, DefaultNHttpClientConnection, DefaultNHttpServerConnection, NHttpConnectionBase, SocketHttpClientConnection, SocketHttpServerConnection

public interface HttpInetConnection extends HttpConnection
An HTTP connection over the Internet Protocol (IP).
Since:
4.0
  • Method Details

    • getLocalAddress

      InetAddress getLocalAddress()
    • getLocalPort

      int getLocalPort()
    • getRemoteAddress

      InetAddress getRemoteAddress()
    • getRemotePort

      int getRemotePort()