Uses of Class
io.grpc.testing.integration.Messages.StreamingOutputCallRequest
-
-
Uses of Messages.StreamingOutputCallRequest in io.grpc.testing.integration
Methods in io.grpc.testing.integration that return Messages.StreamingOutputCallRequest Modifier and Type Method Description Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest.Builder. build()Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest.Builder. buildPartial()static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. getDefaultInstance()Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest.Builder. getDefaultInstanceForType()Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. getDefaultInstanceForType()static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseDelimitedFrom(java.io.InputStream input)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(byte[] data)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(com.google.protobuf.ByteString data)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(java.io.InputStream input)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(java.nio.ByteBuffer data)static Messages.StreamingOutputCallRequestMessages.StreamingOutputCallRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.testing.integration that return types with arguments of type Messages.StreamingOutputCallRequest Modifier and Type Method Description 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. fullDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)True bi-directional streaming.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()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.io.grpc.stub.StreamObserver<Messages.StreamingOutputCallRequest>TestServiceImpl. halfDuplexCall(io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)Similar toTestServiceImpl.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.static com.google.protobuf.Parser<Messages.StreamingOutputCallRequest>Messages.StreamingOutputCallRequest. parser()Methods in io.grpc.testing.integration with parameters of type Messages.StreamingOutputCallRequest Modifier and Type Method Description Messages.StreamingOutputCallRequest.BuilderMessages.StreamingOutputCallRequest.Builder. mergeFrom(Messages.StreamingOutputCallRequest other)static Messages.StreamingOutputCallRequest.BuilderMessages.StreamingOutputCallRequest. newBuilder(Messages.StreamingOutputCallRequest prototype)default voidTestServiceGrpc.AsyncService. streamingOutputCall(Messages.StreamingOutputCallRequest request, io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)One request followed by a sequence of responses (streamed download).java.util.Iterator<Messages.StreamingOutputCallResponse>TestServiceGrpc.TestServiceBlockingStub. streamingOutputCall(Messages.StreamingOutputCallRequest request)One request followed by a sequence of responses (streamed download).voidTestServiceGrpc.TestServiceStub. streamingOutputCall(Messages.StreamingOutputCallRequest request, io.grpc.stub.StreamObserver<Messages.StreamingOutputCallResponse> responseObserver)One request followed by a sequence of responses (streamed download).voidTestServiceImpl. 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.java.util.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.
-