| 程序包 | 说明 |
|---|---|
| com.alipay.remoting | |
| com.alipay.remoting.rpc | |
| com.alipay.remoting.rpc.protocol |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BoltClient
Bolt client interface.
|
interface |
ClientConnectionManager
Connection manager in client side.
|
interface |
ConnectionManager
Connection manager of connection pool
|
interface |
Reconnector
Reconnect manager interface.
|
interface |
RemotingServer |
interface |
ServerConnectionManager
Connection manager in server side.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractBoltClient |
class |
AbstractLifeCycle |
class |
AbstractRemotingServer
Server template for remoting.
|
class |
DefaultClientConnectionManager
Do some preparatory work in order to refactor the ConnectionManager in the next version.
|
class |
DefaultConnectionManager
Abstract implementation of connection manager
|
class |
DefaultConnectionMonitor
A default connection monitor that handle connections with strategies
|
class |
DefaultServerConnectionManager
Do some preparatory work in order to refactor the ConnectionManager in the next version.
|
class |
ReconnectManager
Reconnect manager.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
RpcClient
Client for Rpc.
|
class |
RpcServer
Server for Rpc.
|
class |
RpcTaskScanner
Scanner is used to do scan task.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
MultiInterestUserProcessor<T>
Support multi-interests feature based on UserProcessor
The implementations of this interface don't need to implement the
interest() method; |
interface |
UserProcessor<T>
Defined all functions for biz to process user defined request.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractMultiInterestUserProcessor<T>
Implements common function and provide default value.
|
class |
AbstractUserProcessor<T>
Implements common function and provide default value.
|
class |
AsyncMultiInterestUserProcessor<T>
Extends this to process user defined request in ASYNC way.
|
class |
AsyncUserProcessor<T>
Extends this to process user defined request in ASYNC way.
|
class |
SyncMultiInterestUserProcessor<T>
Extends this to process user defined request in SYNC way.
|
class |
SyncUserProcessor<T>
Extends this to process user defined request in SYNC way.
|
Copyright © 2020. All rights reserved.