Package io.grpc.netty
Class NettySocketSupport.NettySocketHelperImpl
java.lang.Object
io.grpc.netty.NettySocketSupport.NettySocketHelperImpl
- All Implemented Interfaces:
NettySocketSupport.Helper
- Enclosing class:
NettySocketSupport
private static final class NettySocketSupport.NettySocketHelperImpl
extends Object
implements NettySocketSupport.Helper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNativeSocketOptions
(io.netty.channel.Channel ch) Returns the info on the socket if possible.
-
Constructor Details
-
NettySocketHelperImpl
private NettySocketHelperImpl()
-
-
Method Details
-
getNativeSocketOptions
Description copied from interface:NettySocketSupport.Helper
Returns the info on the socket if possible. Returns null if the info can not be discovered.- Specified by:
getNativeSocketOptions
in interfaceNettySocketSupport.Helper
-