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.FromChannelCredentialsResult
ProtocolNegotiators.FromChannelCredentialsResult. error(java.lang.String error)
static ProtocolNegotiators.FromChannelCredentialsResult
ProtocolNegotiators. from(ChannelCredentials creds)
static ProtocolNegotiators.FromChannelCredentialsResult
ProtocolNegotiators.FromChannelCredentialsResult. negotiator(ProtocolNegotiator.ClientFactory factory)
ProtocolNegotiators.FromChannelCredentialsResult
ProtocolNegotiators.FromChannelCredentialsResult. withCallCredentials(CallCredentials callCreds)
-