Package io.grpc.netty
Interface InternalNettySocketSupport.InternalHelper
-
- All Superinterfaces:
NettySocketSupport.Helper
- Enclosing class:
- InternalNettySocketSupport
public static interface InternalNettySocketSupport.InternalHelper extends NettySocketSupport.Helper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalNettySocketSupport.InternalNativeSocketOptions
getNativeSocketOptions(io.netty.channel.Channel ch)
Returns the info on the socket if possible.
-
-
-
Method Detail
-
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
-
-