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 InternalWithLogId
InternalChannelz.ChannelTrace.Event.Builder.channelRef
final InternalWithLogId
InternalChannelz.ChannelTrace.Event.channelRef
private InternalWithLogId
InternalChannelz.ChannelTrace.Event.Builder.subchannelRef
final InternalWithLogId
InternalChannelz.ChannelTrace.Event.subchannelRef
Fields in io.grpc with type parameters of type InternalWithLogIdModifier and TypeFieldDescriptionprivate List
<InternalWithLogId> InternalChannelz.ChannelStats.Builder.sockets
final List
<InternalWithLogId> InternalChannelz.ChannelStats.sockets
final List
<InternalWithLogId> InternalChannelz.ServerSocketsList.sockets
private List
<InternalWithLogId> InternalChannelz.ChannelStats.Builder.subchannels
final List
<InternalWithLogId> InternalChannelz.ChannelStats.subchannels
Methods in io.grpc with parameters of type InternalWithLogIdModifier and TypeMethodDescriptionstatic long
InternalChannelz.id
(InternalWithLogId withLogId) Unwraps aInternalLogId
to 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 InternalWithLogIdModifierConstructorDescriptionprivate
Event
(String description, InternalChannelz.ChannelTrace.Event.Severity severity, long timestampNanos, InternalWithLogId channelRef, InternalWithLogId subchannelRef) Constructor parameters in io.grpc with type arguments of type InternalWithLogIdModifierConstructorDescriptionprivate
ChannelStats
(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 TypeInterfaceDescriptioninterface
The client-side transport typically encapsulating a single connection to a remote server.interface
AManagedClientTransport
that is based on a connection.interface
AClientTransport
that has life-cycle management.interface
An inbound connection.Classes in io.grpc.internal that implement InternalWithLogIdModifier and TypeClassDescriptionprivate class
(package private) final class
A client transport that queues requests before a real transport is available.(package private) class
A client transport that creates streams that will immediately fail when started.(package private) class
(package private) final class
Transports for a singleSocketAddress
.(package private) static final class
(package private) final class
A communication channel for making outgoing RPCs.(package private) final class
A ManagedChannel backed by a singleInternalSubchannel
and used forLoadBalancer
to its own RPC needs.final class
Default 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) class
A Netty-basedConnectionClientTransport
implementation.(package private) class
Netty-based server implementation.private static final class
A class that can answer channelz queries about the server listen sockets.(package private) class
The 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 ChannelRef
ChannelzProtoUtil.toChannelRef
(InternalWithLogId obj) (package private) static ServerRef
ChannelzProtoUtil.toServerRef
(InternalWithLogId obj) (package private) static SocketRef
ChannelzProtoUtil.toSocketRef
(InternalWithLogId obj) (package private) static SubchannelRef
ChannelzProtoUtil.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