| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.Builder.build() |
Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.Builder.buildPartial() |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.getDefaultInstance() |
Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.getDefaultInstanceForType() |
Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.Builder.getDefaultInstanceForType() |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseDelimitedFrom(InputStream input) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(byte[] data) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(ByteBuffer data) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(com.google.protobuf.ByteString data) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(InputStream input) |
static Messages.StreamingOutputCallResponse |
Messages.StreamingOutputCallResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingOutputCallResponse.Builder |
Messages.StreamingOutputCallResponse.Builder.mergeFrom(Messages.StreamingOutputCallResponse other) |
static Messages.StreamingOutputCallResponse.Builder |
Messages.StreamingOutputCallResponse.newBuilder(Messages.StreamingOutputCallResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest> |
TestServiceImpl.fullDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
True bi-directional streaming.
|
default io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest> |
TestServiceGrpc.AsyncService.fullDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
A sequence of requests with each request served by the server immediately.
|
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest> |
TestServiceGrpc.TestServiceStub.fullDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
A sequence of requests with each request served by the server immediately.
|
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest> |
TestServiceImpl.halfDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
Similar to
TestServiceImpl.fullDuplexCall(io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.StreamingOutputCallResponse>), except that it waits for all streaming requests to be
received before starting the streaming responses. |
default io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest> |
TestServiceGrpc.AsyncService.halfDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
A sequence of requests followed by a sequence of responses.
|
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest> |
TestServiceGrpc.TestServiceStub.halfDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
A sequence of requests followed by a sequence of responses.
|
void |
TestServiceImpl.streamingOutputCall(Messages.StreamingOutputCallRequest request,
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
Given a request that specifies chunk size and interval between responses, creates and schedules
the response stream.
|
default void |
TestServiceGrpc.AsyncService.streamingOutputCall(Messages.StreamingOutputCallRequest request,
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
One request followed by a sequence of responses (streamed download).
|
void |
TestServiceGrpc.TestServiceStub.streamingOutputCall(Messages.StreamingOutputCallRequest request,
io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)
One request followed by a sequence of responses (streamed download).
|