Skip to content
Snippets Groups Projects
Commit 16153d11 authored by Alexander Polcyn's avatar Alexander Polcyn
Browse files

address comments, description changes

parent bb2c3389
No related branches found
No related tags found
No related merge requests found
......@@ -102,8 +102,8 @@ class ServerContextTestSpouse;
/// Context settings are only relevant to the call handler they are supplied to,
/// that is to say, they aren't sticky across multiple calls. Some of these
/// settings, such as the compression options, can be made persistant at server
/// construction time by specifying the approriate \a ChannelArguments parameter
/// to the see \a grpc::Server constructor.
/// construction time by specifying the approriate \a ChannelArguments
/// to a \a grpc::ServerBuilder, via \a ServerBuilder::AddChannelArgument.
///
/// \warning ServerContext instances should \em not be reused across rpcs.
class ServerContext {
......
......@@ -43,7 +43,6 @@ namespace grpc {
class ServerInitializer;
class ChannelArguments;
/// A builder class for the creation and startup of \a grpc::Server instances.
/// This interface is meant for internal usage only. Implementations of this
/// interface should add themselves to a \a ServerBuilder instance through the
/// \a InternalAddPluginFactory method.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment