接口 Connection
- 所有超级接口:
AutoCloseable
- 所有已知实现类:
NettyConnection
- 从以下版本开始:
- 1.4.0
- 作者:
- xuyue, Eric Zhao
-
方法概要
从接口继承的方法 java.lang.AutoCloseable
close
-
方法详细资料
-
getLocalAddress
SocketAddress getLocalAddress() -
getRemotePort
int getRemotePort() -
getRemoteIP
String getRemoteIP() -
refreshLastReadTime
void refreshLastReadTime(long lastReadTime) -
getLastReadTime
long getLastReadTime() -
getConnectionKey
String getConnectionKey()
-