Uses of Enum Class
io.grpc.stub.InternalClientCalls.StubType
Packages that use InternalClientCalls.StubType
-
Uses of InternalClientCalls.StubType in io.grpc.stub
Methods in io.grpc.stub that return InternalClientCalls.StubTypeModifier and TypeMethodDescriptionstatic InternalClientCalls.StubTypeInternalClientCalls.getStubType(CallOptions callOptions) ReturnsInternalClientCalls.StubTypefrom call options.static InternalClientCalls.StubTypeInternalClientCalls.StubType.of(io.grpc.stub.ClientCalls.StubType internal) Returns companion enum value of passed internal enum equivalent.static InternalClientCalls.StubTypeReturns the enum constant of this class with the specified name.static InternalClientCalls.StubType[]InternalClientCalls.StubType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.grpc.stub with parameters of type InternalClientCalls.StubTypeModifier and TypeMethodDescriptionstatic CallOptionsInternalClientCalls.setStubType(CallOptions callOptions, InternalClientCalls.StubType stubType) ReturnsCallOptionswith the correspondingClientCalls.StubTypeset.