类 NettyConnection
java.lang.Object
com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection
- 所有已实现的接口:
Connection,AutoCloseable
- 从以下版本开始:
- 1.4.0
- 作者:
- xuyue
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
NettyConnection
-
-
方法详细资料
-
getLocalAddress
- 指定者:
getLocalAddress在接口中Connection
-
getRemotePort
public int getRemotePort()- 指定者:
getRemotePort在接口中Connection
-
getRemoteIP
- 指定者:
getRemoteIP在接口中Connection
-
refreshLastReadTime
public void refreshLastReadTime(long lastReadTime) - 指定者:
refreshLastReadTime在接口中Connection
-
getLastReadTime
public long getLastReadTime()- 指定者:
getLastReadTime在接口中Connection
-
getConnectionKey
- 指定者:
getConnectionKey在接口中Connection
-
close
public void close()- 指定者:
close在接口中AutoCloseable
-