| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| com.alipay.remoting.rpc.protocol |
| 限定符和类型 | 字段和说明 |
|---|---|
protected CommandFactory |
BaseRemoting.commandFactory |
| 限定符和类型 | 方法和说明 |
|---|---|
CommandFactory |
Protocol.getCommandFactory()
Get the command factory for the protocol.
|
protected CommandFactory |
BaseRemoting.getCommandFactory() |
CommandFactory |
AbstractRemotingProcessor.getCommandFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractRemotingProcessor.setCommandFactory(CommandFactory commandFactory) |
| 构造器和说明 |
|---|
AbstractRemotingProcessor(CommandFactory commandFactory)
Constructor.
|
AbstractRemotingProcessor(CommandFactory commandFactory,
ExecutorService executor)
Constructor.
|
BaseRemoting(CommandFactory commandFactory) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcCommandFactory
command factory for rpc protocol
|
| 构造器和说明 |
|---|
DefaultInvokeFuture(int invokeId,
InvokeCallbackListener callbackListener,
InvokeCallback callback,
byte protocol,
CommandFactory commandFactory)
Constructor.
|
DefaultInvokeFuture(int invokeId,
InvokeCallbackListener callbackListener,
InvokeCallback callback,
byte protocol,
CommandFactory commandFactory,
InvokeContext invokeContext)
Constructor.
|
RpcClientRemoting(CommandFactory commandFactory,
RemotingAddressParser addressParser,
DefaultConnectionManager connectionManager) |
RpcRemoting(CommandFactory commandFactory)
default constructor
|
RpcRemoting(CommandFactory commandFactory,
RemotingAddressParser addressParser,
DefaultConnectionManager connectionManager) |
RpcServerRemoting(CommandFactory commandFactory)
default constructor
|
RpcServerRemoting(CommandFactory commandFactory,
RemotingAddressParser addressParser,
DefaultConnectionManager connectionManager) |
| 限定符和类型 | 方法和说明 |
|---|---|
CommandFactory |
RpcProtocol.getCommandFactory() |
CommandFactory |
RpcProtocolV2.getCommandFactory() |
| 构造器和说明 |
|---|
RpcCommandHandler(CommandFactory commandFactory)
Constructor.
|
RpcHeartbeatTrigger(CommandFactory commandFactory) |
RpcRequestProcessor(CommandFactory commandFactory)
Constructor.
|
Copyright © 2020. All rights reserved.