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 aChannelCredentials
to a negotiator, in similar fashion as for a new channel.Methods in io.grpc.netty with parameters of type InternalProtocolNegotiator.ClientFactoryModifier and TypeMethodDescriptionstatic ChannelCredentials
InternalNettyChannelCredentials.create
(InternalProtocolNegotiator.ClientFactory negotiator) Creates aChannelCredentials
that will use the providednegotiator
.static void
InternalNettyChannelBuilder.setProtocolNegotiatorFactory
(NettyChannelBuilder builder, InternalProtocolNegotiator.ClientFactory protocolNegotiator) Sets theInternalNettyChannelBuilder.ProtocolNegotiatorFactory
to be used.