Package io.grpc.netty
Class NettySocketSupport.NativeSocketOptions
java.lang.Object
io.grpc.netty.NettySocketSupport.NativeSocketOptions
- Direct Known Subclasses:
InternalNettySocketSupport.InternalNativeSocketOptions
- Enclosing class:
NettySocketSupport
A TcpInfo and additional other info that will be turned into channelz socket options.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNativeSocketOptions
(InternalChannelz.TcpInfo tcpInfo, Map<String, String> otherInfo) Creates an instance. -
Method Summary
-
Field Details
-
tcpInfo
-
otherInfo
-
-
Constructor Details
-
NativeSocketOptions
Creates an instance.
-