Uses of Class
io.atomix.api.proxy.v1.ConfigureResponse
Packages that use ConfigureResponse
-
Uses of ConfigureResponse in io.atomix.api.proxy.v1
Methods in io.atomix.api.proxy.v1 that return ConfigureResponseModifier and TypeMethodDescriptionConfigureResponse.Builder.build()ConfigureResponse.Builder.buildPartial()ProxyGrpc.ProxyBlockingStub.configure(ConfigureRequest request) static ConfigureResponseConfigureResponse.getDefaultInstance()ConfigureResponse.Builder.getDefaultInstanceForType()ConfigureResponse.getDefaultInstanceForType()static ConfigureResponseConfigureResponse.parseDelimitedFrom(InputStream input) static ConfigureResponseConfigureResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConfigureResponseConfigureResponse.parseFrom(byte[] data) static ConfigureResponseConfigureResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConfigureResponseConfigureResponse.parseFrom(com.google.protobuf.ByteString data) static ConfigureResponseConfigureResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConfigureResponseConfigureResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ConfigureResponseConfigureResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConfigureResponseConfigureResponse.parseFrom(InputStream input) static ConfigureResponseConfigureResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConfigureResponseConfigureResponse.parseFrom(ByteBuffer data) static ConfigureResponseConfigureResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.proxy.v1 that return types with arguments of type ConfigureResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<ConfigureResponse>ProxyGrpc.ProxyFutureStub.configure(ConfigureRequest request) static io.grpc.MethodDescriptor<ConfigureRequest,ConfigureResponse> ProxyGrpc.getConfigureMethod()com.google.protobuf.Parser<ConfigureResponse>ConfigureResponse.getParserForType()static com.google.protobuf.Parser<ConfigureResponse>ConfigureResponse.parser()Methods in io.atomix.api.proxy.v1 with parameters of type ConfigureResponseModifier and TypeMethodDescriptionConfigureResponse.Builder.mergeFrom(ConfigureResponse other) static ConfigureResponse.BuilderConfigureResponse.newBuilder(ConfigureResponse prototype) Method parameters in io.atomix.api.proxy.v1 with type arguments of type ConfigureResponseModifier and TypeMethodDescriptionvoidProxyGrpc.ProxyImplBase.configure(ConfigureRequest request, io.grpc.stub.StreamObserver<ConfigureResponse> responseObserver) voidProxyGrpc.ProxyStub.configure(ConfigureRequest request, io.grpc.stub.StreamObserver<ConfigureResponse> responseObserver)