Uses of Class
io.grpc.InternalChannelz.SocketStats
Packages that use InternalChannelz.SocketStats
Package
Description
The gRPC core public API.
The in-process transport which is for when a server is in the same process as the client.
Interfaces and implementations that are internal to gRPC.
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.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
-
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
private final ConcurrentMap
<Long, InternalInstrumented<InternalChannelz.SocketStats>> InternalChannelz.otherSockets
Methods in io.grpc that return types with arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionInternalChannelz.getServerSocket
(long id) InternalChannelz.getSocket
(long id) Returns a socket.Method 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.inprocess
Methods in io.grpc.inprocess that return types with arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionInProcessServer.getListenSocketStats()
InProcessServer.getListenSocketStatsList()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> InProcessTransport.getStats()
-
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.com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> DelayedClientTransport.getStats()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> FailingClientTransport.getStats()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> ForwardingConnectionClientTransport.getStats()
-
Uses of InternalChannelz.SocketStats in io.grpc.netty
Fields in io.grpc.netty with type parameters of type InternalChannelz.SocketStatsMethods in io.grpc.netty that return InternalChannelz.SocketStatsModifier and TypeMethodDescriptionprivate InternalChannelz.SocketStats
NettyClientTransport.getStatsHelper
(io.netty.channel.Channel ch) private InternalChannelz.SocketStats
NettyServerTransport.getStatsHelper
(io.netty.channel.Channel ch) Methods in io.grpc.netty that return types with arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionNettyServer.getListenSocketStats()
NettyServer.getListenSocketStatsList()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> NettyClientTransport.getStats()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> NettyServer.ListenSocket.getStats()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> NettyServerTransport.getStats()
-
Uses of InternalChannelz.SocketStats in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalChannelz.SocketStatsModifier and TypeMethodDescription(package private) static SocketData
ChannelzProtoUtil.extractSocketData
(InternalChannelz.SocketStats socketStats) Method parameters in io.grpc.protobuf.services with type arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescription(package private) static Socket
ChannelzProtoUtil.toSocket
(InternalInstrumented<InternalChannelz.SocketStats> obj) -
Uses of InternalChannelz.SocketStats in io.grpc.servlet
Methods in io.grpc.servlet that return types with arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionServletServerBuilder.InternalServerImpl.getListenSocketStats()
ServletServerBuilder.InternalServerImpl.getListenSocketStatsList()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> ServletServerBuilder.ServerTransportImpl.getStats()
-
Uses of InternalChannelz.SocketStats in io.grpc.servlet.jakarta
Methods in io.grpc.servlet.jakarta that return types with arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescriptionServletServerBuilder.InternalServerImpl.getListenSocketStats()
ServletServerBuilder.InternalServerImpl.getListenSocketStatsList()
com.google.common.util.concurrent.ListenableFuture
<InternalChannelz.SocketStats> ServletServerBuilder.ServerTransportImpl.getStats()