| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.connection | |
| com.alipay.remoting.rpc |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBoltClient |
class |
AbstractRemotingServer
Server template for remoting.
|
| 构造器和说明 |
|---|
AbstractConnectionFactory(Codec codec,
io.netty.channel.ChannelHandler heartbeatHandler,
io.netty.channel.ChannelHandler handler,
ConfigurableInstance confInstance) |
DefaultConnectionFactory(Codec codec,
io.netty.channel.ChannelHandler heartbeatHandler,
io.netty.channel.ChannelHandler handler,
ConfigurableInstance configInstance) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcClient
Client for Rpc.
|
class |
RpcServer
Server for Rpc.
|
| 构造器和说明 |
|---|
RpcConnectionFactory(ConcurrentHashMap<String,UserProcessor<?>> userProcessors,
ConfigurableInstance configInstance) |
Copyright © 2020. All rights reserved.