Package io.grpc.netty
Class NettySocketSupport
java.lang.Object
io.grpc.netty.NettySocketSupport
An class for getting low level socket info.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static interface
static class
A TcpInfo and additional other info that will be turned into channelz socket options.private static final class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNativeSocketOptions
(io.netty.channel.Channel ch) (package private) static void
setHelper
(NettySocketSupport.Helper helper)
-
Field Details
-
instance
-
-
Constructor Details
-
NettySocketSupport
NettySocketSupport()
-
-
Method Details
-
getNativeSocketOptions
public static NettySocketSupport.NativeSocketOptions getNativeSocketOptions(io.netty.channel.Channel ch) -
setHelper
-