Uses of Interface
io.grpc.InternalWithLogId
Packages that use InternalWithLogId
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 InternalWithLogId in io.grpc
Subinterfaces of InternalWithLogId in io.grpcFields in io.grpc declared as InternalWithLogIdModifier and TypeFieldDescriptionprivate InternalWithLogIdInternalChannelz.ChannelTrace.Event.Builder.channelReffinal InternalWithLogIdInternalChannelz.ChannelTrace.Event.channelRefprivate InternalWithLogIdInternalChannelz.ChannelTrace.Event.Builder.subchannelReffinal InternalWithLogIdInternalChannelz.ChannelTrace.Event.subchannelRefFields in io.grpc with type parameters of type InternalWithLogIdModifier and TypeFieldDescriptionprivate List<InternalWithLogId> InternalChannelz.ChannelStats.Builder.socketsfinal List<InternalWithLogId> InternalChannelz.ChannelStats.socketsfinal List<InternalWithLogId> InternalChannelz.ServerSocketsList.socketsprivate List<InternalWithLogId> InternalChannelz.ChannelStats.Builder.subchannelsfinal List<InternalWithLogId> InternalChannelz.ChannelStats.subchannelsMethods in io.grpc with parameters of type InternalWithLogIdModifier and TypeMethodDescriptionstatic longInternalChannelz.id(InternalWithLogId withLogId) Unwraps aInternalLogIdto return along.InternalChannelz.ChannelTrace.Event.Builder.setChannelRef(InternalWithLogId channelRef) InternalChannelz.ChannelTrace.Event.Builder.setSubchannelRef(InternalWithLogId subchannelRef) Method parameters in io.grpc with type arguments of type InternalWithLogIdModifier and TypeMethodDescriptionInternalChannelz.ChannelStats.Builder.setSockets(List<InternalWithLogId> sockets) Sets the sockets.InternalChannelz.ChannelStats.Builder.setSubchannels(List<InternalWithLogId> subchannels) Sets the subchannels.Constructors in io.grpc with parameters of type InternalWithLogIdModifierConstructorDescriptionprivateEvent(String description, InternalChannelz.ChannelTrace.Event.Severity severity, long timestampNanos, InternalWithLogId channelRef, InternalWithLogId subchannelRef) Constructor parameters in io.grpc with type arguments of type InternalWithLogIdModifierConstructorDescriptionprivateChannelStats(String target, ConnectivityState state, InternalChannelz.ChannelTrace channelTrace, long callsStarted, long callsSucceeded, long callsFailed, long lastCallStartedNanos, List<InternalWithLogId> subchannels, List<InternalWithLogId> sockets) Creates an instance.ServerSocketsList(List<InternalWithLogId> sockets, boolean end) Creates an instance. -
Uses of InternalWithLogId in io.grpc.inprocess
Classes in io.grpc.inprocess that implement InternalWithLogId -
Uses of InternalWithLogId in io.grpc.internal
Subinterfaces of InternalWithLogId in io.grpc.internalModifier and TypeInterfaceDescriptioninterfaceThe client-side transport typically encapsulating a single connection to a remote server.interfaceAManagedClientTransportthat is based on a connection.interfaceAClientTransportthat has life-cycle management.interfaceAn inbound connection.Classes in io.grpc.internal that implement InternalWithLogIdModifier and TypeClassDescriptionprivate class(package private) final classA client transport that queues requests before a real transport is available.(package private) classA client transport that creates streams that will immediately fail when started.(package private) class(package private) final classTransports for a singleSocketAddress.(package private) static final class(package private) final classA communication channel for making outgoing RPCs.(package private) final classA ManagedChannel backed by a singleInternalSubchanneland used forLoadBalancerto its own RPC needs.final classDefault implementation ofServer, for creation by transports. -
Uses of InternalWithLogId in io.grpc.netty
Classes in io.grpc.netty that implement InternalWithLogIdModifier and TypeClassDescription(package private) classA Netty-basedConnectionClientTransportimplementation.(package private) classNetty-based server implementation.private static final classA class that can answer channelz queries about the server listen sockets.(package private) classThe Netty-based server transport. -
Uses of InternalWithLogId in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalWithLogIdModifier and TypeMethodDescription(package private) static ChannelRefChannelzProtoUtil.toChannelRef(InternalWithLogId obj) (package private) static ServerRefChannelzProtoUtil.toServerRef(InternalWithLogId obj) (package private) static SocketRefChannelzProtoUtil.toSocketRef(InternalWithLogId obj) (package private) static SubchannelRefChannelzProtoUtil.toSubchannelRef(InternalWithLogId obj) -
Uses of InternalWithLogId in io.grpc.servlet
Classes in io.grpc.servlet that implement InternalWithLogIdModifier and TypeClassDescription(package private) static final class -
Uses of InternalWithLogId in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement InternalWithLogIdModifier and TypeClassDescription(package private) static final class