| Enum and Description |
|---|
| io.grpc.okhttp.NegotiationType
use
usePlaintext() or useTransportSecurity() directly rather than negotiationType(NegotiationType). |
| Method and Description |
|---|
| io.grpc.okhttp.OkHttpServerBuilder.forPort(int) |
| io.grpc.okhttp.OkHttpChannelBuilder.negotiationType(NegotiationType)
use
usePlaintext() or useTransportSecurity() instead. |