Uses of Enum
io.grpc.stub.ClientCalls.StubType
Packages that use ClientCalls.StubType
-
Uses of ClientCalls.StubType in io.grpc.stub
Fields in io.grpc.stub declared as ClientCalls.StubTypeModifier and TypeFieldDescriptionprivate final ClientCalls.StubType
InternalClientCalls.StubType.internalType
Fields in io.grpc.stub with type parameters of type ClientCalls.StubTypeModifier and TypeFieldDescription(package private) static final CallOptions.Key
<ClientCalls.StubType> ClientCalls.STUB_TYPE_OPTION
InternalCallOptions.Key
to indicate stub types.Methods in io.grpc.stub that return ClientCalls.StubTypeModifier and TypeMethodDescriptionstatic ClientCalls.StubType
Returns the enum constant of this type with the specified name.static ClientCalls.StubType[]
ClientCalls.StubType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.stub that return types with arguments of type ClientCalls.StubTypeModifier and TypeMethodDescriptionstatic CallOptions.Key
<ClientCalls.StubType> InternalClientCalls.getStubTypeOption()
Internal accessor forClientCalls.STUB_TYPE_OPTION
.Methods in io.grpc.stub with parameters of type ClientCalls.StubTypeModifier and TypeMethodDescriptionstatic InternalClientCalls.StubType
InternalClientCalls.StubType.of
(ClientCalls.StubType internal) Returns companion enum value of passed internal enum equivalent.Constructors in io.grpc.stub with parameters of type ClientCalls.StubType