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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
4b8fbe2b
Commit
4b8fbe2b
authored
10 years ago
by
LisaFC
Committed by
Tim Emiola
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fixed a couple of small errors
parent
ff0591f8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
4b8fbe2b
...
@@ -202,7 +202,7 @@ in this example). The generated code contains both stub code for clients to
...
@@ -202,7 +202,7 @@ in this example). The generated code contains both stub code for clients to
use and an abstract interface for servers to implement, both with the method
use and an abstract interface for servers to implement, both with the method
defined in our
`Greeting`
service.
defined in our
`Greeting`
service.
(If you didn't install the gRPC plugins and protoc on your system and are
work
ing along with
(If you didn't install the gRPC plugins and protoc on your system and are
just read
ing along with
the example, you can skip this step and move
the example, you can skip this step and move
onto the next one where we examine the generated code.)
onto the next one where we examine the generated code.)
...
@@ -327,7 +327,7 @@ how all this works in a bit more detail in our language-specific documentation.
...
@@ -327,7 +327,7 @@ how all this works in a bit more detail in our language-specific documentation.
Client-side gRPC is pretty simple. In this step, we'll use the generated code
Client-side gRPC is pretty simple. In this step, we'll use the generated code
to write a simple client that can access the `Greeter` server we created
to write a simple client that can access the `Greeter` server we created
in the [previous section](#server). You can see the complete client code in
in the [previous section](#server). You can see the complete client code in
[
Greeter
Client.java](
java
/src/main/java/
ex
/grpc/
Greeter
Client.java).
[
HelloWorld
Client.java](
https://github.com/grpc/grpc-java/blob/master/examples
/src/main/java/
io
/grpc/
examples/HelloWorld
Client.java).
Again, we're not going to go into much detail about how to implement a client;
Again, we're not going to go into much detail about how to implement a client;
we'll leave that for the tutorial.
we'll leave that for the tutorial.
...
...
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
register
or
sign in
to comment