| 程序包 | 说明 |
|---|---|
| com.baidu.jprotobuf.pbrpc.meta | |
| com.baidu.jprotobuf.pbrpc.transport |
RPC TCP protocol transport implements.
|
| com.baidu.jprotobuf.pbrpc.transport.handler |
RPC TCP protocol transport encode and decode supports.
|
| 构造器和说明 |
|---|
RpcServiceMetaServiceProvider(RpcServiceRegistry rpcServiceRegistry)
Instantiates a new rpc service meta service provider.
|
| 构造器和说明 |
|---|
RpcServer(Class<? extends io.netty.channel.ServerChannel> serverChannelClass,
RpcServerOptions serverOptions,
RpcServiceRegistry rpcServiceRegistry) |
RpcServer(Class<? extends io.netty.channel.ServerChannel> serverChannelClass,
RpcServerOptions serverOptions,
RpcServiceRegistry rpcServiceRegistry,
ExceptionCatcher exceptionCatcher)
Instantiates a new rpc server.
|
RpcServer(RpcServerOptions serverOptions,
RpcServiceRegistry rpcServiceRegistry)
Instantiates a new rpc server.
|
RpcServerPipelineInitializer(RpcServiceRegistry rpcServiceRegistry,
RpcServerOptions rpcServerOptions,
ExecutorService es,
ExceptionCatcher exceptionCatcher)
Instantiates a new rpc server pipeline initializer.
|
| 构造器和说明 |
|---|
RpcServiceHandler(RpcServiceRegistry rpcServiceRegistry,
ExceptionCatcher exceptionCatcher)
Instantiates a new rpc service handler.
|
Copyright © 2022 Baidu, Inc.. All rights reserved.