JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
H
I
L
M
P
R
S
C
CompressingHelloWorldClient
- Class in
io.grpc.examples.experimental
A simple client that requests a greeting from the
HelloWorldServer
.
CompressingHelloWorldClient(String, int)
- Constructor for class io.grpc.examples.experimental.
CompressingHelloWorldClient
Construct client connecting to HelloWorld server at
host:port
.
CustomHeaderClient
- Class in
io.grpc.examples.header
A simple client that like
HelloWorldClient
.
CustomHeaderServer
- Class in
io.grpc.examples.header
A simple server that like
HelloWorldServer
.
CustomHeaderServer()
- Constructor for class io.grpc.examples.header.
CustomHeaderServer
E
exists(Feature)
- Static method in class io.grpc.examples.routeguide.
RouteGuideUtil
Indicates whether the given feature exists (i.e.
G
getDefaultFeaturesFile()
- Static method in class io.grpc.examples.routeguide.
RouteGuideUtil
Gets the default features file from classpath.
getFeature(int, int)
- Method in class io.grpc.examples.routeguide.
RouteGuideClient
Blocking unary call example.
getLatitude(Point)
- Static method in class io.grpc.examples.routeguide.
RouteGuideUtil
Gets the latitude for the given point.
getLongitude(Point)
- Static method in class io.grpc.examples.routeguide.
RouteGuideUtil
Gets the longitude for the given point.
greet(String)
- Method in class io.grpc.examples.experimental.
CompressingHelloWorldClient
Say hello to server.
greet(String)
- Method in class io.grpc.examples.helloworld.
HelloWorldClient
Say hello to server.
H
HeaderClientInterceptor
- Class in
io.grpc.examples.header
A interceptor to handle client header.
HeaderClientInterceptor()
- Constructor for class io.grpc.examples.header.
HeaderClientInterceptor
HeaderServerInterceptor
- Class in
io.grpc.examples.header
A interceptor to handle server header.
HeaderServerInterceptor()
- Constructor for class io.grpc.examples.header.
HeaderServerInterceptor
HelloWorldClient
- Class in
io.grpc.examples.helloworld
A simple client that requests a greeting from the
HelloWorldServer
.
HelloWorldClient(String, int)
- Constructor for class io.grpc.examples.helloworld.
HelloWorldClient
Construct client connecting to HelloWorld server at
host:port
.
HelloWorldServer
- Class in
io.grpc.examples.helloworld
Server that manages startup/shutdown of a
Greeter
server.
HelloWorldServer()
- Constructor for class io.grpc.examples.helloworld.
HelloWorldServer
I
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel)
- Method in class io.grpc.examples.header.
HeaderClientInterceptor
interceptCall(MethodDescriptor<ReqT, RespT>, ServerCall<RespT>, Metadata, ServerCallHandler<ReqT, RespT>)
- Method in class io.grpc.examples.header.
HeaderServerInterceptor
io.grpc.examples.experimental
- package io.grpc.examples.experimental
io.grpc.examples.header
- package io.grpc.examples.header
io.grpc.examples.helloworld
- package io.grpc.examples.helloworld
io.grpc.examples.routeguide
- package io.grpc.examples.routeguide
L
listFeatures(int, int, int, int)
- Method in class io.grpc.examples.routeguide.
RouteGuideClient
Blocking server-streaming example.
M
main(String[])
- Static method in class io.grpc.examples.experimental.
CompressingHelloWorldClient
Greet server.
main(String[])
- Static method in class io.grpc.examples.header.
CustomHeaderClient
Main start the client from the command line.
main(String[])
- Static method in class io.grpc.examples.header.
CustomHeaderServer
Main launches the server from the command line.
main(String[])
- Static method in class io.grpc.examples.helloworld.
HelloWorldClient
Greet server.
main(String[])
- Static method in class io.grpc.examples.helloworld.
HelloWorldServer
Main launches the server from the command line.
main(String[])
- Static method in class io.grpc.examples.routeguide.
RouteGuideClient
Issues several different requests and then exits.
main(String[])
- Static method in class io.grpc.examples.routeguide.
RouteGuideServer
Main method.
P
parseFeatures(URL)
- Static method in class io.grpc.examples.routeguide.
RouteGuideUtil
Parses the JSON input file containing the list of features.
R
recordRoute(List<Feature>, int)
- Method in class io.grpc.examples.routeguide.
RouteGuideClient
Async client-streaming example.
routeChat()
- Method in class io.grpc.examples.routeguide.
RouteGuideClient
Bi-directional example, which can only be asynchronous.
RouteGuideClient
- Class in
io.grpc.examples.routeguide
Sample client code that makes gRPC calls to the server.
RouteGuideClient(String, int)
- Constructor for class io.grpc.examples.routeguide.
RouteGuideClient
Construct client for accessing RoutGuide server at
host:port
.
RouteGuideServer
- Class in
io.grpc.examples.routeguide
A sample gRPC server that serve the RouteGuide (see route_guide.proto) service.
RouteGuideServer(int)
- Constructor for class io.grpc.examples.routeguide.
RouteGuideServer
RouteGuideServer(int, URL)
- Constructor for class io.grpc.examples.routeguide.
RouteGuideServer
Create a RouteGuide server listening on
port
using
featureFile
database.
RouteGuideUtil
- Class in
io.grpc.examples.routeguide
Common utilities for the RouteGuide demo.
RouteGuideUtil()
- Constructor for class io.grpc.examples.routeguide.
RouteGuideUtil
S
shutdown()
- Method in class io.grpc.examples.experimental.
CompressingHelloWorldClient
shutdown()
- Method in class io.grpc.examples.helloworld.
HelloWorldClient
shutdown()
- Method in class io.grpc.examples.routeguide.
RouteGuideClient
start()
- Method in class io.grpc.examples.routeguide.
RouteGuideServer
Start serving requests.
stop()
- Method in class io.grpc.examples.routeguide.
RouteGuideServer
Stop serving requests and shutdown resources.
C
E
G
H
I
L
M
P
R
S
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes