Uses of Class
io.grpc.testing.integration.Messages.StreamingInputCallResponse
-
-
Uses of Messages.StreamingInputCallResponse in io.grpc.testing.integration
Methods in io.grpc.testing.integration that return Messages.StreamingInputCallResponse Modifier and Type Method Description Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse.Builder. build()Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse.Builder. buildPartial()static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. getDefaultInstance()Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse.Builder. getDefaultInstanceForType()Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. getDefaultInstanceForType()static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseDelimitedFrom(java.io.InputStream input)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(byte[] data)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(com.google.protobuf.ByteString data)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(com.google.protobuf.CodedInputStream input)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(java.io.InputStream input)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(java.nio.ByteBuffer data)static Messages.StreamingInputCallResponseMessages.StreamingInputCallResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grpc.testing.integration that return types with arguments of type Messages.StreamingInputCallResponse Modifier and Type Method Description com.google.protobuf.Parser<Messages.StreamingInputCallResponse>Messages.StreamingInputCallResponse. getParserForType()static io.grpc.MethodDescriptor<Messages.StreamingInputCallRequest,Messages.StreamingInputCallResponse>TestServiceGrpc. getStreamingInputCallMethod()static com.google.protobuf.Parser<Messages.StreamingInputCallResponse>Messages.StreamingInputCallResponse. parser()Methods in io.grpc.testing.integration with parameters of type Messages.StreamingInputCallResponse Modifier and Type Method Description Messages.StreamingInputCallResponse.BuilderMessages.StreamingInputCallResponse.Builder. mergeFrom(Messages.StreamingInputCallResponse other)static Messages.StreamingInputCallResponse.BuilderMessages.StreamingInputCallResponse. newBuilder(Messages.StreamingInputCallResponse prototype)Method parameters in io.grpc.testing.integration with type arguments of type Messages.StreamingInputCallResponse Modifier and Type Method Description default io.grpc.stub.StreamObserver<Messages.StreamingInputCallRequest>TestServiceGrpc.AsyncService. streamingInputCall(io.grpc.stub.StreamObserver<Messages.StreamingInputCallResponse> responseObserver)A sequence of requests followed by one response (streamed upload).io.grpc.stub.StreamObserver<Messages.StreamingInputCallRequest>TestServiceGrpc.TestServiceStub. streamingInputCall(io.grpc.stub.StreamObserver<Messages.StreamingInputCallResponse> responseObserver)A sequence of requests followed by one response (streamed upload).io.grpc.stub.StreamObserver<Messages.StreamingInputCallRequest>TestServiceImpl. streamingInputCall(io.grpc.stub.StreamObserver<Messages.StreamingInputCallResponse> responseObserver)Waits until we have received all of the request messages and then returns the aggregate payload size for all of the received requests.
-