| 程序包 | 说明 |
|---|---|
| com.baidu.jprotobuf.pbrpc.transport |
RPC TCP protocol transport implements.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RpcServerOptions |
RpcServer.getRpcServerOptions()
Gets the rpc server options.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RpcServerOptions.copyFrom(RpcServerOptions options)
Copy from.
|
protected void |
RpcServer.init(RpcServerOptions serverOptions)
Inits the.
|
void |
RpcServer.setRpcServerOptions(RpcServerOptions rpcServerOptions)
Sets the rpc server options.
|
| 构造器和说明 |
|---|
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)
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.
|
Copyright © 2022 Baidu, Inc.. All rights reserved.