Uses of Class
io.grpc.stub.InternalClientCalls.StubType
-
Packages that use InternalClientCalls.StubType Package Description io.grpc.stub API for the Stub layer. -
-
Uses of InternalClientCalls.StubType in io.grpc.stub
Methods in io.grpc.stub that return InternalClientCalls.StubType Modifier and Type Method Description static InternalClientCalls.StubType
InternalClientCalls. getStubType(CallOptions callOptions)
ReturnsInternalClientCalls.StubType
from call options.static InternalClientCalls.StubType
InternalClientCalls.StubType. of(ClientCalls.StubType internal)
Returns companion enum value of passed internal enum equivalent.static InternalClientCalls.StubType
InternalClientCalls.StubType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InternalClientCalls.StubType[]
InternalClientCalls.StubType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.stub with parameters of type InternalClientCalls.StubType Modifier and Type Method Description static CallOptions
InternalClientCalls. setStubType(CallOptions callOptions, InternalClientCalls.StubType stubType)
ReturnsCallOptions
with the correspondingClientCalls.StubType
set.
-