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.ClientFactory
InternalNettyChannelCredentials. 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.ClientFactory Modifier and Type Method Description static 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.
-