Uses of Class
io.grpc.InternalChannelz.TcpInfo
Packages that use InternalChannelz.TcpInfo
Package
Description
The gRPC core public API.
The main transport implementation based on Netty,
for both the client and the server.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of InternalChannelz.TcpInfo in io.grpc
Fields in io.grpc declared as InternalChannelz.TcpInfoModifier and TypeFieldDescriptionprivate InternalChannelz.TcpInfo
InternalChannelz.SocketOptions.Builder.tcpInfo
final InternalChannelz.TcpInfo
InternalChannelz.SocketOptions.tcpInfo
Methods in io.grpc that return InternalChannelz.TcpInfoMethods in io.grpc with parameters of type InternalChannelz.TcpInfoModifier and TypeMethodDescriptionInternalChannelz.SocketOptions.Builder.setTcpInfo
(InternalChannelz.TcpInfo tcpInfo) Constructors in io.grpc with parameters of type InternalChannelz.TcpInfoModifierConstructorDescriptionSocketOptions
(Integer timeoutMillis, Integer lingerSeconds, InternalChannelz.TcpInfo tcpInfo, Map<String, String> others) Creates an instance. -
Uses of InternalChannelz.TcpInfo in io.grpc.netty
Fields in io.grpc.netty declared as InternalChannelz.TcpInfoModifier and TypeFieldDescriptionfinal InternalChannelz.TcpInfo
NettySocketSupport.NativeSocketOptions.tcpInfo
Constructors in io.grpc.netty with parameters of type InternalChannelz.TcpInfoModifierConstructorDescriptionInternalNativeSocketOptions
(InternalChannelz.TcpInfo tcpInfo, Map<String, String> otherInfo) NativeSocketOptions
(InternalChannelz.TcpInfo tcpInfo, Map<String, String> otherInfo) Creates an instance. -
Uses of InternalChannelz.TcpInfo in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalChannelz.TcpInfoModifier and TypeMethodDescription(package private) static SocketOption
ChannelzProtoUtil.toSocketOptionTcpInfo
(InternalChannelz.TcpInfo i)