类 ClientConnectionEventListenerRegistry
java.lang.Object
com.alibaba.nacos.core.remote.ClientConnectionEventListenerRegistry
registry for client connection event listeners.
- 版本:
- $Id: ClientConnectionEventListenerRegistry.java, v 0.1 2020年07月20日 1:47 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidnotifyClientConnected(Connection connection)notify where a new client connected.voidnotifyClientDisConnected(Connection connection)notify where a new client disconnected.voidregister ClientConnectionEventListener.
-
构造器详细资料
-
ClientConnectionEventListenerRegistry
public ClientConnectionEventListenerRegistry()
-
-
方法详细资料
-
notifyClientConnected
notify where a new client connected.- 参数:
connection- connection that new created.
-
notifyClientDisConnected
notify where a new client disconnected.- 参数:
connection- connection that disconnected.
-
registerClientConnectionEventListener
register ClientConnectionEventListener.- 参数:
listener- listener.
-