Uses of Class
org.jgroups.upgrade_server.Response
-
-
Uses of Response in org.jgroups.upgrade_server
Fields in org.jgroups.upgrade_server with type parameters of type Response Modifier and Type Field Description static io.grpc.MethodDescriptor<Request,Response>UpgradeServiceGrpc. METHOD_CONNECTDeprecated.Methods in org.jgroups.upgrade_server that return Response Modifier and Type Method Description ResponseResponse.Builder. build()ResponseResponse.Builder. buildPartial()static ResponseResponse. getDefaultInstance()ResponseResponse.Builder. getDefaultInstanceForType()ResponseResponse. getDefaultInstanceForType()static ResponseResponse. parseDelimitedFrom(InputStream input)static ResponseResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseResponse. parseFrom(byte[] data)static ResponseResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseResponse. parseFrom(com.google.protobuf.ByteString data)static ResponseResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ResponseResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseResponse. parseFrom(InputStream input)static ResponseResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ResponseResponse. parseFrom(ByteBuffer data)static ResponseResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.jgroups.upgrade_server that return types with arguments of type Response Modifier and Type Method Description static io.grpc.MethodDescriptor<Request,Response>UpgradeServiceGrpc. getConnectMethod()com.google.protobuf.Parser<Response>Response. getParserForType()static com.google.protobuf.Parser<Response>Response. parser()Methods in org.jgroups.upgrade_server with parameters of type Response Modifier and Type Method Description Response.BuilderResponse.Builder. mergeFrom(Response other)static Response.BuilderResponse. newBuilder(Response prototype)Method parameters in org.jgroups.upgrade_server with type arguments of type Response Modifier and Type Method Description io.grpc.stub.StreamObserver<Request>UpgradeServiceGrpc.UpgradeServiceImplBase. connect(io.grpc.stub.StreamObserver<Response> responseObserver)io.grpc.stub.StreamObserver<Request>UpgradeServiceGrpc.UpgradeServiceStub. connect(io.grpc.stub.StreamObserver<Response> responseObserver)
-