Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
16153d11
Commit
16153d11
authored
May 15, 2017
by
Alexander Polcyn
Browse files
Options
Downloads
Patches
Plain Diff
address comments, description changes
parent
bb2c3389
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/grpc++/impl/codegen/server_context.h
+2
-2
2 additions, 2 deletions
include/grpc++/impl/codegen/server_context.h
include/grpc++/impl/server_builder_plugin.h
+0
-1
0 additions, 1 deletion
include/grpc++/impl/server_builder_plugin.h
with
2 additions
and
3 deletions
include/grpc++/impl/codegen/server_context.h
+
2
−
2
View file @
16153d11
...
...
@@ -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::Server
Builder, via \a ServerBuilder::AddChannelArgument
.
///
/// \warning ServerContext instances should \em not be reused across rpcs.
class
ServerContext
{
...
...
This diff is collapsed.
Click to expand it.
include/grpc++/impl/server_builder_plugin.h
+
0
−
1
View file @
16153d11
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment