Uses of Interface
io.grpc.netty.ProtocolNegotiator.ClientFactory
-
Packages that use ProtocolNegotiator.ClientFactory Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of ProtocolNegotiator.ClientFactory in io.grpc.netty
Subinterfaces of ProtocolNegotiator.ClientFactory in io.grpc.netty Modifier and Type Interface Description static interfaceInternalProtocolNegotiator.ClientFactoryClasses in io.grpc.netty that implement ProtocolNegotiator.ClientFactory Modifier and Type Class Description private classNettyChannelBuilder.DefaultProtocolNegotiator(package private) static classProtocolNegotiators.PlaintextProtocolNegotiatorClientFactoryprivate static classProtocolNegotiators.PlaintextUpgradeProtocolNegotiatorClientFactory(package private) static classProtocolNegotiators.TlsProtocolNegotiatorClientFactoryFields in io.grpc.netty declared as ProtocolNegotiator.ClientFactory Modifier and Type Field Description private ProtocolNegotiator.ClientFactoryNettyChannelCredentials. negotiatorProtocolNegotiator.ClientFactoryProtocolNegotiators.FromChannelCredentialsResult. negotiatorprivate ProtocolNegotiator.ClientFactoryNettyChannelBuilder. protocolNegotiatorFactoryMethods in io.grpc.netty that return ProtocolNegotiator.ClientFactory Modifier and Type Method Description ProtocolNegotiator.ClientFactoryNettyChannelCredentials. getNegotiator()static ProtocolNegotiator.ClientFactoryProtocolNegotiators. plaintextClientFactory()static ProtocolNegotiator.ClientFactoryProtocolNegotiators. plaintextUpgradeClientFactory()static ProtocolNegotiator.ClientFactoryProtocolNegotiators. tlsClientFactory(io.netty.handler.ssl.SslContext sslContext)Methods in io.grpc.netty with parameters of type ProtocolNegotiator.ClientFactory Modifier and Type Method Description static ChannelCredentialsNettyChannelCredentials. create(ProtocolNegotiator.ClientFactory negotiator)static ProtocolNegotiators.FromChannelCredentialsResultProtocolNegotiators.FromChannelCredentialsResult. negotiator(ProtocolNegotiator.ClientFactory factory)(package private) voidNettyChannelBuilder. protocolNegotiatorFactory(ProtocolNegotiator.ClientFactory protocolNegotiatorFactory)Constructors in io.grpc.netty with parameters of type ProtocolNegotiator.ClientFactory Constructor Description FromChannelCredentialsResult(ProtocolNegotiator.ClientFactory negotiator, CallCredentials creds, java.lang.String error)NettyChannelBuilder(java.lang.String target, ChannelCredentials channelCreds, CallCredentials callCreds, ProtocolNegotiator.ClientFactory negotiator)NettyChannelBuilder(java.net.SocketAddress address, ChannelCredentials channelCreds, CallCredentials callCreds, ProtocolNegotiator.ClientFactory negotiator)NettyChannelCredentials(ProtocolNegotiator.ClientFactory negotiator)
-