Uses of Interface
io.grpc.InternalWithLogId
Packages that use InternalWithLogId
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of InternalWithLogId in io.grpc
Subinterfaces of InternalWithLogId in io.grpcFields in io.grpc declared as InternalWithLogIdModifier and TypeFieldDescriptionfinal InternalWithLogIdInternalChannelz.ChannelTrace.Event.channelReffinal InternalWithLogIdInternalChannelz.ChannelTrace.Event.subchannelRefFields in io.grpc with type parameters of type InternalWithLogIdModifier and TypeFieldDescriptionfinal List<InternalWithLogId> InternalChannelz.ChannelStats.socketsfinal List<InternalWithLogId> InternalChannelz.ServerSocketsList.socketsfinal 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.Constructor parameters in io.grpc with type arguments of type InternalWithLogIdModifierConstructorDescriptionServerSocketsList(List<InternalWithLogId> sockets, boolean end) Creates an instance. -
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 TypeClassDescriptionfinal classDefault implementation ofServer, for creation by transports.