类 ClientConnectionEventListener
java.lang.Object
com.alibaba.nacos.core.remote.ClientConnectionEventListener
- 直接已知子类:
RpcAckCallbackInitorOrCleaner
ClientConnectionEventListener.
- 版本:
- $Id: ClientConnectionEventListener.java, v 0.1 2020年07月16日 3:06 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract voidclientConnected(Connection connect)notified when a client connected.abstract voidclientDisConnected(Connection connect)notified when a client disconnected.getName()Getter method for property name.voidinit()voidSetter method for property name.
-
字段详细资料
-
clientConnectionEventListenerRegistry
-
-
构造器详细资料
-
ClientConnectionEventListener
public ClientConnectionEventListener()
-
-
方法详细资料
-
init
-
getName
Getter method for property name.- 返回:
- property value of name
-
setName
Setter method for property name.- 参数:
name- value to be assigned to property name
-
clientConnected
notified when a client connected.- 参数:
connect- connect.
-
clientDisConnected
notified when a client disconnected.- 参数:
connect- connect.
-