| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.Builder.build() |
Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.Builder.buildPartial() |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.getDefaultInstance() |
Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.getDefaultInstanceForType() |
Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.Builder.getDefaultInstanceForType() |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseDelimitedFrom(InputStream input) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(byte[] data) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(ByteBuffer data) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(com.google.protobuf.ByteString data) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(InputStream input) |
static Messages.StreamingOutputCallRequest |
Messages.StreamingOutputCallRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| 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.
|
static io.grpc.MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> |
TestServiceGrpc.getFullDuplexCallMethod() |
static io.grpc.MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> |
TestServiceGrpc.getHalfDuplexCallMethod() |
com.google.protobuf.Parser<Messages.StreamingOutputCallRequest> |
Messages.StreamingOutputCallRequest.getParserForType() |
static io.grpc.MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> |
TestServiceGrpc.getStreamingOutputCallMethod() |
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.
|
static com.google.protobuf.Parser<Messages.StreamingOutputCallRequest> |
Messages.StreamingOutputCallRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
Messages.StreamingOutputCallRequest.Builder |
Messages.StreamingOutputCallRequest.Builder.mergeFrom(Messages.StreamingOutputCallRequest other) |
static Messages.StreamingOutputCallRequest.Builder |
Messages.StreamingOutputCallRequest.newBuilder(Messages.StreamingOutputCallRequest prototype) |
Iterator<Messages.StreamingOutputCallResponse> |
TestServiceGrpc.TestServiceBlockingStub.streamingOutputCall(Messages.StreamingOutputCallRequest request)
One request followed by a sequence of responses (streamed download).
|
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).
|
Queue<io.grpc.testing.integration.TestServiceImpl.Chunk> |
TestServiceImpl.toChunkQueue(Messages.StreamingOutputCallRequest request)
Breaks down the request and creates a queue of response chunks for the given request.
|