Uses of Class
io.grpc.netty.NettySocketSupport.NativeSocketOptions
-
Packages that use NettySocketSupport.NativeSocketOptions Package Description io.grpc.netty The main transport implementation based on Netty, for both the client and the server. -
-
Uses of NettySocketSupport.NativeSocketOptions in io.grpc.netty
Subclasses of NettySocketSupport.NativeSocketOptions in io.grpc.netty Modifier and Type Class Description static class
InternalNettySocketSupport.InternalNativeSocketOptions
Methods in io.grpc.netty that return NettySocketSupport.NativeSocketOptions Modifier and Type Method Description static NettySocketSupport.NativeSocketOptions
NettySocketSupport. getNativeSocketOptions(io.netty.channel.Channel ch)
NettySocketSupport.NativeSocketOptions
NettySocketSupport.Helper. getNativeSocketOptions(io.netty.channel.Channel ch)
Returns the info on the socket if possible.NettySocketSupport.NativeSocketOptions
NettySocketSupport.NettySocketHelperImpl. getNativeSocketOptions(io.netty.channel.Channel ch)
-