java.lang.Object
com.alibaba.nacos.common.remote.client.RpcClient.ConnectionEvent
- 封闭类:
- RpcClient
public static class RpcClient.ConnectionEvent
extends Object
-
字段概要
字段
static final int
static final int
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
字段详细资料
-
CONNECTED
public static final int CONNECTED
- 另请参阅:
-
-
DISCONNECTED
public static final int DISCONNECTED
- 另请参阅:
-
-
构造器详细资料
-
ConnectionEvent
public ConnectionEvent(int eventType,
Connection connection)
-
方法详细资料
-
isConnected
public boolean isConnected()
-
isDisConnected
public boolean isDisConnected()