Uses of Interface
io.grpc.netty.InternalProtocolNegotiator.ClientFactory
-
Packages that use InternalProtocolNegotiator.ClientFactory Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of InternalProtocolNegotiator.ClientFactory in io.grpc.netty
Methods in io.grpc.netty that return InternalProtocolNegotiator.ClientFactory Modifier and Type Method Description static InternalProtocolNegotiator.ClientFactoryInternalNettyChannelCredentials. toNegotiator(ChannelCredentials channelCredentials)Converts aChannelCredentialsto a negotiator, in similar fashion as for a new channel.Methods in io.grpc.netty with parameters of type InternalProtocolNegotiator.ClientFactory Modifier and Type Method Description static ChannelCredentialsInternalNettyChannelCredentials. create(InternalProtocolNegotiator.ClientFactory negotiator)Creates aChannelCredentialsthat will use the providednegotiator.static voidInternalNettyChannelBuilder. setProtocolNegotiatorFactory(NettyChannelBuilder builder, InternalProtocolNegotiator.ClientFactory protocolNegotiator)Sets theInternalNettyChannelBuilder.ProtocolNegotiatorFactoryto be used.
-