Uses of Class
io.grpc.InternalChannelz.SocketStats
Packages that use InternalChannelz.SocketStats
-
Uses of InternalChannelz.SocketStats in io.grpc
Fields in io.grpc with type parameters of type InternalChannelz.SocketStatsModifier and TypeFieldDescriptionInternalChannelz.ServerStats.Builder.listenSocketsInternalChannelz.ServerStats.listenSocketsMethods in io.grpc that return types with arguments of type InternalChannelz.SocketStatsMethod parameters in io.grpc with type arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionvoidInternalChannelz.addClientSocket(InternalInstrumented<InternalChannelz.SocketStats> socket) Adds a socket.voidInternalChannelz.addListenSocket(InternalInstrumented<InternalChannelz.SocketStats> socket) InternalChannelz.ServerStats.Builder.addListenSockets(List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets) Sets the listen sockets.voidInternalChannelz.removeClientSocket(InternalInstrumented<InternalChannelz.SocketStats> socket) voidInternalChannelz.removeListenSocket(InternalInstrumented<InternalChannelz.SocketStats> socket) Constructor parameters in io.grpc with type arguments of type InternalChannelz.SocketStatsModifierConstructorDescriptionServerStats(long callsStarted, long callsSucceeded, long callsFailed, long lastCallStartedNanos, List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets) Creates an instance.