Uses of Class
io.grpc.netty.ProtocolNegotiators.FromChannelCredentialsResult
-
Packages that use ProtocolNegotiators.FromChannelCredentialsResult Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of ProtocolNegotiators.FromChannelCredentialsResult in io.grpc.netty
Methods in io.grpc.netty that return ProtocolNegotiators.FromChannelCredentialsResult Modifier and Type Method Description static ProtocolNegotiators.FromChannelCredentialsResultProtocolNegotiators.FromChannelCredentialsResult. error(java.lang.String error)static ProtocolNegotiators.FromChannelCredentialsResultProtocolNegotiators. from(ChannelCredentials creds)static ProtocolNegotiators.FromChannelCredentialsResultProtocolNegotiators.FromChannelCredentialsResult. negotiator(ProtocolNegotiator.ClientFactory factory)ProtocolNegotiators.FromChannelCredentialsResultProtocolNegotiators.FromChannelCredentialsResult. withCallCredentials(CallCredentials callCreds)
-