Package io.grpc.netty
Interface NettySocketSupport.Helper
- All Known Subinterfaces:
InternalNettySocketSupport.InternalHelper
- All Known Implementing Classes:
NettySocketSupport.NettySocketHelperImpl
- Enclosing class:
NettySocketSupport
static interface NettySocketSupport.Helper
-
Method Summary
Modifier and TypeMethodDescriptiongetNativeSocketOptions
(io.netty.channel.Channel ch) Returns the info on the socket if possible.
-
Method Details
-
getNativeSocketOptions
@Nullable NettySocketSupport.NativeSocketOptions getNativeSocketOptions(io.netty.channel.Channel ch) Returns the info on the socket if possible. Returns null if the info can not be discovered.
-