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 java.lang.Object implements NettySocketSupport.Helper
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NettySocketHelperImpl()
-
Method Summary
All Methods Instance Methods Concrete 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
public NettySocketSupport.NativeSocketOptions 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
-
-