Uses of Class
io.grpc.InternalChannelz.SocketStats
Packages that use InternalChannelz.SocketStats
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of InternalChannelz.SocketStats in io.grpc
Fields in io.grpc with type parameters of type InternalChannelz.SocketStatsModifier and TypeFieldDescriptionInternalChannelz.ServerStats.Builder.listenSockets
InternalChannelz.ServerStats.listenSockets
Methods in io.grpc that return types with arguments of type InternalChannelz.SocketStatsMethod parameters in io.grpc with type arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionvoid
InternalChannelz.addClientSocket
(InternalInstrumented<InternalChannelz.SocketStats> socket) Adds a socket.void
InternalChannelz.addListenSocket
(InternalInstrumented<InternalChannelz.SocketStats> socket) InternalChannelz.ServerStats.Builder.addListenSockets
(List<InternalInstrumented<InternalChannelz.SocketStats>> listenSockets) Sets the listen sockets.void
InternalChannelz.removeClientSocket
(InternalInstrumented<InternalChannelz.SocketStats> socket) void
InternalChannelz.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. -
Uses of InternalChannelz.SocketStats in io.grpc.internal
Methods in io.grpc.internal that return types with arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionInternalServer.getListenSocketStats()
Returns the first listen socket stats of this server.InternalServer.getListenSocketStatsList()
Returns a list of listen socket stats of this server.