Uses of Class
io.grpc.InternalChannelz.SocketOptions
-
Packages that use InternalChannelz.SocketOptions Package Description io.grpc The gRPC core public API.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services. -
-
Uses of InternalChannelz.SocketOptions in io.grpc
Fields in io.grpc declared as InternalChannelz.SocketOptions Modifier and Type Field Description InternalChannelz.SocketOptions
InternalChannelz.SocketStats. socketOptions
Methods in io.grpc that return InternalChannelz.SocketOptions Modifier and Type Method Description InternalChannelz.SocketOptions
InternalChannelz.SocketOptions.Builder. build()
Constructors in io.grpc with parameters of type InternalChannelz.SocketOptions Constructor Description SocketStats(InternalChannelz.TransportStats data, java.net.SocketAddress local, java.net.SocketAddress remote, InternalChannelz.SocketOptions socketOptions, InternalChannelz.Security security)
Creates an instance. -
Uses of InternalChannelz.SocketOptions in io.grpc.netty
Methods in io.grpc.netty that return InternalChannelz.SocketOptions Modifier and Type Method Description (package private) static InternalChannelz.SocketOptions
Utils. getSocketOptions(io.netty.channel.Channel channel)
-
Uses of InternalChannelz.SocketOptions in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalChannelz.SocketOptions Modifier and Type Method Description (package private) static java.util.List<SocketOption>
ChannelzProtoUtil. toSocketOptionsList(InternalChannelz.SocketOptions options)
-