Uses of Class
io.grpc.netty.NettyChannelBuilder.LocalSocketPicker
-
Packages that use NettyChannelBuilder.LocalSocketPicker Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of NettyChannelBuilder.LocalSocketPicker in io.grpc.netty
Methods in io.grpc.netty with parameters of type NettyChannelBuilder.LocalSocketPicker Modifier and Type Method Description NettyChannelBuilder
NettyChannelBuilder. localSocketPicker(NettyChannelBuilder.LocalSocketPicker localSocketPicker)
If non-null
, attempts to create connections bound to a local port.
-