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 InternalWithLogId
InternalChannelz.ChannelTrace.Event.channelRef
final InternalWithLogId
InternalChannelz.ChannelTrace.Event.subchannelRef
Fields in io.grpc with type parameters of type InternalWithLogIdModifier and TypeFieldDescriptionfinal List
<InternalWithLogId> InternalChannelz.ChannelStats.sockets
final List
<InternalWithLogId> InternalChannelz.ServerSocketsList.sockets
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.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 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 TypeClassDescriptionfinal class
Default implementation ofServer
, for creation by transports.