| Modifier and Type | Class and Description |
|---|---|
class |
CompositeCallCredentials
Uses multiple
CallCredentials as if they were one. |
| Modifier and Type | Method and Description |
|---|---|
CallCredentials |
CompositeChannelCredentials.getCallCredentials() |
CallCredentials |
CallOptions.getCredentials()
Returns the call credentials.
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelCredentials |
CompositeChannelCredentials.create(ChannelCredentials channelCreds,
CallCredentials callCreds) |
CallOptions |
CallOptions.withCallCredentials(CallCredentials credentials)
Returns a new
CallOptions with the given call credentials. |
| Constructor and Description |
|---|
CompositeCallCredentials(CallCredentials creds1,
CallCredentials creds2) |