Uses of Interface
io.grpc.netty.InternalNettyChannelBuilder.ProtocolNegotiatorFactory
-
Packages that use InternalNettyChannelBuilder.ProtocolNegotiatorFactory Package Description io.grpc.netty 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.ProtocolNegotiatorFactory Modifier and Type Method Description static void
InternalNettyChannelBuilder. setProtocolNegotiatorFactory(NettyChannelBuilder builder, InternalNettyChannelBuilder.ProtocolNegotiatorFactory protocolNegotiator)
Sets theInternalNettyChannelBuilder.ProtocolNegotiatorFactory
to be used.
-