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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NettySocketSupport.NativeSocketOptions
getNativeSocketOptions(io.netty.channel.Channel ch)
Returns the info on the socket if possible.
-
-
-
Method Detail
-
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.
-
-