| Package | Description |
|---|---|
| io.grpc.examples.helloworld |
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<HelloRequest,HelloReply> |
GreeterGrpc.METHOD_SAY_HELLO |
| Modifier and Type | Method and Description |
|---|---|
HelloReply |
HelloReply.Builder.build() |
HelloReply |
HelloReply.Builder.buildPartial() |
static HelloReply |
HelloReply.getDefaultInstance() |
HelloReply |
HelloReply.getDefaultInstanceForType() |
HelloReply |
HelloReply.Builder.getDefaultInstanceForType() |
static HelloReply |
HelloReply.parseDelimitedFrom(InputStream input) |
static HelloReply |
HelloReply.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HelloReply |
HelloReply.parseFrom(byte[] data) |
static HelloReply |
HelloReply.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HelloReply |
HelloReply.parseFrom(com.google.protobuf.ByteString data) |
static HelloReply |
HelloReply.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HelloReply |
HelloReply.parseFrom(com.google.protobuf.CodedInputStream input) |
static HelloReply |
HelloReply.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HelloReply |
HelloReply.parseFrom(InputStream input) |
static HelloReply |
HelloReply.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HelloReply |
GreeterGrpc.GreeterBlockingStub.sayHello(HelloRequest request)
Sends a greeting
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HelloReply> |
HelloReply.getParserForType() |
static com.google.protobuf.Parser<HelloReply> |
HelloReply.parser() |
com.google.common.util.concurrent.ListenableFuture<HelloReply> |
GreeterGrpc.GreeterFutureStub.sayHello(HelloRequest request)
Sends a greeting
|
| Modifier and Type | Method and Description |
|---|---|
HelloReply.Builder |
HelloReply.Builder.mergeFrom(HelloReply other) |
static HelloReply.Builder |
HelloReply.newBuilder(HelloReply prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
GreeterGrpc.GreeterImplBase.sayHello(HelloRequest request,
io.grpc.stub.StreamObserver<HelloReply> responseObserver)
Sends a greeting
|
void |
GreeterGrpc.GreeterStub.sayHello(HelloRequest request,
io.grpc.stub.StreamObserver<HelloReply> responseObserver)
Sends a greeting
|
Copyright © 2016. All rights reserved.