Uses of Interface
io.grpc.netty.InternalProtocolNegotiator.ClientFactory
Packages that use InternalProtocolNegotiator.ClientFactory
Package
Description
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.ClientFactoryModifier and TypeMethodDescriptionInternalNettyChannelCredentials.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.ClientFactoryModifier and TypeMethodDescriptionstatic ChannelCredentialsInternalNettyChannelCredentials.create(InternalProtocolNegotiator.ClientFactory negotiator) Creates aChannelCredentialsthat will use the providednegotiator.static voidInternalNettyChannelBuilder.setProtocolNegotiatorFactory(NettyChannelBuilder builder, InternalProtocolNegotiator.ClientFactory protocolNegotiator) Sets theInternalNettyChannelBuilder.ProtocolNegotiatorFactoryto be used.