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.StubType
InternalClientCalls.getStubType
(CallOptions callOptions) ReturnsInternalClientCalls.StubType
from call options.static InternalClientCalls.StubType
InternalClientCalls.StubType.of
(io.grpc.stub.ClientCalls.StubType internal) Returns companion enum value of passed internal enum equivalent.static InternalClientCalls.StubType
Returns 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 CallOptions
InternalClientCalls.setStubType
(CallOptions callOptions, InternalClientCalls.StubType stubType) ReturnsCallOptions
with the correspondingClientCalls.StubType
set.