Uses of Interface
io.grpc.InternalWithLogId
-
Packages that use InternalWithLogId Package Description io.grpc The gRPC core public API.io.grpc.inprocess The in-process transport which is for when a server is in the same process as the client.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet. -
-
Uses of InternalWithLogId in io.grpc
Subinterfaces of InternalWithLogId in io.grpc Modifier and Type Interface Description interfaceInternalInstrumented<T>An internal class.Fields in io.grpc declared as InternalWithLogId Modifier and Type Field Description private InternalWithLogIdInternalChannelz.ChannelTrace.Event.Builder. channelRefInternalWithLogIdInternalChannelz.ChannelTrace.Event. channelRefprivate InternalWithLogIdInternalChannelz.ChannelTrace.Event.Builder. subchannelRefInternalWithLogIdInternalChannelz.ChannelTrace.Event. subchannelRefFields in io.grpc with type parameters of type InternalWithLogId Modifier and Type Field Description private java.util.List<InternalWithLogId>InternalChannelz.ChannelStats.Builder. socketsjava.util.List<InternalWithLogId>InternalChannelz.ChannelStats. socketsjava.util.List<InternalWithLogId>InternalChannelz.ServerSocketsList. socketsprivate java.util.List<InternalWithLogId>InternalChannelz.ChannelStats.Builder. subchannelsjava.util.List<InternalWithLogId>InternalChannelz.ChannelStats. subchannelsMethods in io.grpc with parameters of type InternalWithLogId Modifier and Type Method Description static longInternalChannelz. id(InternalWithLogId withLogId)Unwraps aInternalLogIdto return along.InternalChannelz.ChannelTrace.Event.BuilderInternalChannelz.ChannelTrace.Event.Builder. setChannelRef(InternalWithLogId channelRef)InternalChannelz.ChannelTrace.Event.BuilderInternalChannelz.ChannelTrace.Event.Builder. setSubchannelRef(InternalWithLogId subchannelRef)Method parameters in io.grpc with type arguments of type InternalWithLogId Modifier and Type Method Description InternalChannelz.ChannelStats.BuilderInternalChannelz.ChannelStats.Builder. setSockets(java.util.List<InternalWithLogId> sockets)Sets the sockets.InternalChannelz.ChannelStats.BuilderInternalChannelz.ChannelStats.Builder. setSubchannels(java.util.List<InternalWithLogId> subchannels)Sets the subchannels.Constructors in io.grpc with parameters of type InternalWithLogId Constructor Description Event(java.lang.String description, InternalChannelz.ChannelTrace.Event.Severity severity, long timestampNanos, InternalWithLogId channelRef, InternalWithLogId subchannelRef)Constructor parameters in io.grpc with type arguments of type InternalWithLogId Constructor Description ChannelStats(java.lang.String target, ConnectivityState state, InternalChannelz.ChannelTrace channelTrace, long callsStarted, long callsSucceeded, long callsFailed, long lastCallStartedNanos, java.util.List<InternalWithLogId> subchannels, java.util.List<InternalWithLogId> sockets)Creates an instance.ServerSocketsList(java.util.List<InternalWithLogId> sockets, boolean end)Creates an instance. -
Uses of InternalWithLogId in io.grpc.inprocess
Classes in io.grpc.inprocess that implement InternalWithLogId Modifier and Type Class Description (package private) classInProcessTransport -
Uses of InternalWithLogId in io.grpc.internal
Subinterfaces of InternalWithLogId in io.grpc.internal Modifier and Type Interface Description interfaceClientTransportThe client-side transport typically encapsulating a single connection to a remote server.interfaceConnectionClientTransportAManagedClientTransportthat is based on a connection.interfaceManagedClientTransportAClientTransportthat has life-cycle management.interfaceServerTransportAn inbound connection.Classes in io.grpc.internal that implement InternalWithLogId Modifier and Type Class Description private classCallCredentialsApplyingTransportFactory.CallCredentialsApplyingTransport(package private) classDelayedClientTransportA client transport that queues requests before a real transport is available.(package private) classFailingClientTransportA client transport that creates streams that will immediately fail when started.(package private) classForwardingConnectionClientTransport(package private) classInternalSubchannelTransports for a singleSocketAddress.(package private) static classInternalSubchannel.CallTracingTransport(package private) classManagedChannelImplA communication channel for making outgoing RPCs.(package private) classOobChannelA ManagedChannel backed by a singleInternalSubchanneland used forLoadBalancerto its own RPC needs.classServerImplDefault implementation ofServer, for creation by transports. -
Uses of InternalWithLogId in io.grpc.netty
Classes in io.grpc.netty that implement InternalWithLogId Modifier and Type Class Description (package private) classNettyClientTransportA Netty-basedConnectionClientTransportimplementation.(package private) classNettyServerNetty-based server implementation.private static classNettyServer.ListenSocketA class that can answer channelz queries about the server listen sockets.(package private) classNettyServerTransportThe Netty-based server transport. -
Uses of InternalWithLogId in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalWithLogId Modifier and Type Method Description (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 InternalWithLogId Modifier and Type Class Description (package private) static classServletServerBuilder.ServerTransportImpl -
Uses of InternalWithLogId in io.grpc.servlet.jakarta
Classes in io.grpc.servlet.jakarta that implement InternalWithLogId Modifier and Type Class Description (package private) static classServletServerBuilder.ServerTransportImpl
-