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
Subclasses with type arguments of type InternalChannelz.SocketStats in io.grpcFields in io.grpc with type parameters of type InternalChannelz.SocketStatsModifier and TypeFieldDescriptionInternalChannelz.ServerStats.Builder.listenSocketsInternalChannelz.ServerStats.listenSocketsprivate final ConcurrentMap<Long, InternalInstrumented<InternalChannelz.SocketStats>> InternalChannelz.otherSocketsMethods 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 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.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
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.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
Classes in io.grpc.netty that implement interfaces with type arguments of type InternalChannelz.SocketStatsModifier and TypeClassDescriptionprivate static final classA class that can answer channelz queries about the server listen sockets.Fields in io.grpc.netty with type parameters of type InternalChannelz.SocketStatsMethods in io.grpc.netty that return InternalChannelz.SocketStatsModifier and TypeMethodDescriptionprivate InternalChannelz.SocketStatsNettyClientTransport.getStatsHelper(io.netty.channel.Channel ch) private InternalChannelz.SocketStatsNettyServerTransport.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 SocketDataChannelzProtoUtil.extractSocketData(InternalChannelz.SocketStats socketStats) Method parameters in io.grpc.protobuf.services with type arguments of type InternalChannelz.SocketStatsModifier and TypeMethodDescription(package private) static SocketChannelzProtoUtil.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()