| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.config | |
| com.alipay.remoting.connection | |
| com.alipay.remoting.rpc |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BoltClient
Bolt client interface.
|
interface |
RemotingServer |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBoltClient |
class |
AbstractRemotingServer
Server template for remoting.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Configuration |
AbstractRemotingServer.option(BoltOption<T> option,
T value) |
<T> Configuration |
AbstractBoltClient.option(BoltOption<T> option,
T value) |
| 构造器和说明 |
|---|
ConnectionEventHandler(Configuration configuration) |
RandomSelectStrategy(Configuration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Configuration |
Configuration.option(BoltOption<T> option,
T value)
Allow to specify a
BoltOption which is used for the Configuration instances once they got
created. |
| 构造器和说明 |
|---|
AbstractConnectionFactory(Codec codec,
io.netty.channel.ChannelHandler heartbeatHandler,
io.netty.channel.ChannelHandler handler,
Configuration configuration) |
DefaultConnectionFactory(Codec codec,
io.netty.channel.ChannelHandler heartbeatHandler,
io.netty.channel.ChannelHandler handler,
Configuration configuration) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcClient
Client for Rpc.
|
class |
RpcServer
Server for Rpc.
|
| 构造器和说明 |
|---|
RpcConnectionEventHandler(Configuration configuration) |
RpcConnectionFactory(ConcurrentHashMap<String,UserProcessor<?>> userProcessors,
Configuration configurations) |
Copyright © 2021. All rights reserved.