| Class and Description |
|---|
| io.grpc.services.BinaryLogs
Use
BinaryLogs instead. |
| io.grpc.CallCredentials2
the new interface has been promoted into
CallCredentials. Implementations
should switch back to "extends CallCredentials". |
| io.grpc.services.ChannelzService
Use
ChannelzService instead. |
| io.grpc.auth.ClientAuthInterceptor
use
MoreCallCredentials.from(Credentials) instead. |
| io.grpc.services.HealthStatusManager
Use
HealthStatusManager instead. |
| io.grpc.testing.StreamRecorder
Not for public use
|
| Enum and Description |
|---|
| io.grpc.okhttp.NegotiationType |