| 限定符和类型 | 方法和说明 |
|---|---|
void |
ClientRemoting.increaseCounter(ConnectionChannel connectionChannel)
心跳计数器递增
connectionChannel
|
| 限定符和类型 | 方法和说明 |
|---|---|
Result<Action> |
ConsumerExecuter.consume(ConsumerKey consumerKey,
Message message,
ConnectionChannel connectionChannel)
消费消息
consumerKey
message
connectionChannel
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ConnectionChannel |
InvocationContext.acquireConnectionChannel()
获取ConnectionChannel
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
InvocationContext.setConnectionChannel(ConnectionChannel connectionChannel)
设置ConnectionChannel
connectionChannel
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConnectionChannel |
InvokeMethod.getConnectionChannel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InvokeMethod.setConnectionChannel(ConnectionChannel connectionChannel) |
| 构造器和说明 |
|---|
InvokeMethod(ConnectionChannel connectionChannel,
String methodName,
Class<?>[] parameterTypes,
Object[] arguments) |
| 限定符和类型 | 方法和说明 |
|---|---|
ConcurrentHashMap<String,ConcurrentHashMap<String,ConcurrentHashMap<String,ConnectionChannel>>> |
ServerService.getPublisherConnectionTable()
获取Publisher映射表
|
ConcurrentHashMap<String,ConcurrentHashMap<UnitKey,ConcurrentHashMap<ConnectionKey,ConnectionChannel>>> |
ServerService.getSubscriberConnectionTable()
获取Subscriber映射表
|
Copyright © 2018. All rights reserved.