|
|
@ -194,7 +194,8 @@ class ServerBuilder { |
|
|
|
grpc_compression_algorithm algorithm); |
|
|
|
grpc_compression_algorithm algorithm); |
|
|
|
|
|
|
|
|
|
|
|
/// Set the attached buffer pool for this server
|
|
|
|
/// Set the attached buffer pool for this server
|
|
|
|
ServerBuilder& SetResourceQuota(const grpc_impl::ResourceQuota& resource_quota); |
|
|
|
ServerBuilder& SetResourceQuota( |
|
|
|
|
|
|
|
const grpc_impl::ResourceQuota& resource_quota); |
|
|
|
|
|
|
|
|
|
|
|
ServerBuilder& SetOption(std::unique_ptr<grpc::ServerBuilderOption> option); |
|
|
|
ServerBuilder& SetOption(std::unique_ptr<grpc::ServerBuilderOption> option); |
|
|
|
|
|
|
|
|
|
|
|