Uses of Class
io.grpc.stub.ClientCalls.StubType
-
Packages that use ClientCalls.StubType Package Description io.grpc.stub API for the Stub layer. -
-
Uses of ClientCalls.StubType in io.grpc.stub
Fields in io.grpc.stub declared as ClientCalls.StubType Modifier and Type Field Description private ClientCalls.StubType
InternalClientCalls.StubType. internalType
Fields in io.grpc.stub with type parameters of type ClientCalls.StubType Modifier and Type Field Description (package private) static CallOptions.Key<ClientCalls.StubType>
ClientCalls. STUB_TYPE_OPTION
InternalCallOptions.Key
to indicate stub types.Methods in io.grpc.stub that return ClientCalls.StubType Modifier and Type Method Description static ClientCalls.StubType
ClientCalls.StubType. valueOf(java.lang.String name)
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.StubType Modifier and Type Method Description static CallOptions.Key<ClientCalls.StubType>
InternalClientCalls. getStubTypeOption()
Internal accessor forClientCalls.STUB_TYPE_OPTION
.Methods in io.grpc.stub with parameters of type ClientCalls.StubType Modifier and Type Method Description static 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 Constructor Description StubType(ClientCalls.StubType internalType)
-