| Package | Description |
|---|---|
| io.grpc.stub |
API for the Stub layer.
|
| Modifier and Type | Method and Description |
|---|---|
static InternalClientCalls.StubType |
InternalClientCalls.getStubType(CallOptions callOptions)
Returns
InternalClientCalls.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 |
InternalClientCalls.StubType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
static CallOptions |
InternalClientCalls.setStubType(CallOptions callOptions,
InternalClientCalls.StubType stubType)
Returns
CallOptions with the corresponding ClientCalls.StubType set. |