| Package | Description |
|---|---|
| com.baidu.brpc.server |
| Modifier and Type | Field and Description |
|---|---|
protected RpcServerOptions |
CommunicationServer.rpcServerOptions |
| Modifier and Type | Method and Description |
|---|---|
void |
RpcServerOptions.copyFrom(RpcServerOptions options) |
void |
CommunicationServer.registerService(Object service,
Class targetClass,
NamingOptions namingOptions,
RpcServerOptions serverOptions)
register service which can be accessed by client
|
void |
CommunicationServer.registerService(Object service,
RpcServerOptions serverOptions) |
| Constructor and Description |
|---|
CommunicationServer(int port,
RpcServerOptions options) |
CommunicationServer(String host,
int port,
RpcServerOptions options) |
InterceptCommunicationServer(int port,
RpcServerOptions options) |
InterceptCommunicationServer(int port,
RpcServerOptions options,
List<Interceptor> interceptors) |
InterceptCommunicationServer(String host,
int port,
RpcServerOptions options) |
InterceptCommunicationServer(String host,
int port,
RpcServerOptions options,
List<Interceptor> interceptors) |
RpcServerOptions(RpcServerOptions options) |
Copyright © 2020 Baidu, Inc.. All rights reserved.