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.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. -
Uses of InternalChannelz.SocketStats in io.grpc.internal
Subinterfaces with type arguments of type InternalChannelz.SocketStats in io.grpc.internalModifier and TypeInterfaceDescriptioninterfaceThe client-side transport typically encapsulating a single connection to a remote server.interfaceAn inbound connection.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.