Interface HttpInetConnection
- All Superinterfaces:
AutoCloseable, Closeable, HttpConnection
- All Known Implementing Classes:
BHttpConnectionBase, DefaultBHttpClientConnection, DefaultBHttpServerConnection, DefaultHttpClientConnection, DefaultHttpServerConnection, SocketHttpClientConnection, SocketHttpServerConnection
An HTTP connection over the Internet Protocol (IP).
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionintintMethods inherited from interface HttpConnection
close, getMetrics, getSocketTimeout, isOpen, isStale, setSocketTimeout, shutdown
-
Method Details
-
getLocalAddress
InetAddress getLocalAddress() -
getLocalPort
int getLocalPort() -
getRemoteAddress
InetAddress getRemoteAddress() -
getRemotePort
int getRemotePort()
-