Package org.apache.http
Interface HttpInetConnection
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.net.InetAddress
getLocalAddress()
int
getLocalPort()
java.net.InetAddress
getRemoteAddress()
int
getRemotePort()
-
Methods inherited from interface org.apache.http.HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
-
-