Package io.grpc.netty
Interface InternalNettySocketSupport.InternalHelper
- All Superinterfaces:
NettySocketSupport.Helper
- Enclosing class:
InternalNettySocketSupport
-
Method Summary
Modifier and TypeMethodDescriptiongetNativeSocketOptions
(io.netty.channel.Channel ch) Returns the info on the socket if possible.
-
Method Details
-
getNativeSocketOptions
InternalNettySocketSupport.InternalNativeSocketOptions getNativeSocketOptions(io.netty.channel.Channel ch) 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
-