Uses of Interface
io.grpc.netty.InternalNettyChannelBuilder.ProtocolNegotiatorFactory
Packages that use InternalNettyChannelBuilder.ProtocolNegotiatorFactory
Package
Description
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of InternalNettyChannelBuilder.ProtocolNegotiatorFactory in io.grpc.netty
Methods in io.grpc.netty with parameters of type InternalNettyChannelBuilder.ProtocolNegotiatorFactoryModifier and TypeMethodDescriptionstatic void
InternalNettyChannelBuilder.setProtocolNegotiatorFactory
(NettyChannelBuilder builder, InternalNettyChannelBuilder.ProtocolNegotiatorFactory protocolNegotiator) Sets theInternalNettyChannelBuilder.ProtocolNegotiatorFactory
to be used.