| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConnectionEventType |
ConnectionEventType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ConnectionEventType[] |
ConnectionEventType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BoltClient.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor)
Add processor to process connection event.
|
void |
ConnectionEventListener.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor)
Add event processor.
|
void |
ConnectionEventListener.onEvent(ConnectionEventType type,
String remoteAddress,
Connection connection)
Dispatch events.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcServer.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor)
Add processor to process connection event.
|
void |
RpcClient.addConnectionEventProcessor(ConnectionEventType type,
ConnectionEventProcessor processor) |
Copyright © 2020. All rights reserved.