| 程序包 | 说明 |
|---|---|
| link.thingscloud.vertx.remoting.api | |
| link.thingscloud.vertx.remoting.api.channel |
| 限定符和类型 | 方法和说明 |
|---|---|
RemotingChannel |
RemotingHandlerContext.channel() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RemotingServer.invokeAsync(RemotingChannel remotingChannel,
RemotingCommand request,
AsyncHandler asyncHandler,
long timeoutMillis) |
void |
RemotingServer.invokeOneWay(RemotingChannel remotingChannel,
RemotingCommand request) |
RemotingCommand |
RequestProcessor.processRequest(RemotingChannel channel,
RemotingCommand request) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ChannelEventListener.onChannelClose(RemotingChannel channel) |
void |
ChannelEventListener.onChannelConnect(RemotingChannel channel) |
void |
ChannelEventListener.onChannelException(RemotingChannel channel,
Throwable cause) |
Copyright © 2021–2022. All rights reserved.