package v1
Type Members
- final class Address extends GeneratedMessageV3 with AddressOrBuilder
Address represents the address used to create the socket.
Address represents the address used to create the socket.
Protobuf type
grpc.channelz.v1.Address
- trait AddressOrBuilder extends MessageOrBuilder
- final class Channel extends GeneratedMessageV3 with ChannelOrBuilder
Channel is a logical grouping of channels, subchannels, and sockets.
Channel is a logical grouping of channels, subchannels, and sockets.
Protobuf type
grpc.channelz.v1.Channel
- final class ChannelConnectivityState extends GeneratedMessageV3 with ChannelConnectivityStateOrBuilder
These come from the specified states in this document: https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
These come from the specified states in this document: https://github.com/grpc/grpc/blob/master/doc/connectivity-semantics-and-api.md
Protobuf type
grpc.channelz.v1.ChannelConnectivityState
- trait ChannelConnectivityStateOrBuilder extends MessageOrBuilder
- final class ChannelData extends GeneratedMessageV3 with ChannelDataOrBuilder
Channel data is data related to a specific Channel or Subchannel.
Channel data is data related to a specific Channel or Subchannel.
Protobuf type
grpc.channelz.v1.ChannelData
- trait ChannelDataOrBuilder extends MessageOrBuilder
- trait ChannelOrBuilder extends MessageOrBuilder
- final class ChannelRef extends GeneratedMessageV3 with ChannelRefOrBuilder
ChannelRef is a reference to a Channel.
ChannelRef is a reference to a Channel.
Protobuf type
grpc.channelz.v1.ChannelRef
- trait ChannelRefOrBuilder extends MessageOrBuilder
- final class ChannelTrace extends GeneratedMessageV3 with ChannelTraceOrBuilder
ChannelTrace represents the recent events that have occurred on the channel.
ChannelTrace represents the recent events that have occurred on the channel.
Protobuf type
grpc.channelz.v1.ChannelTrace
- final class ChannelTraceEvent extends GeneratedMessageV3 with ChannelTraceEventOrBuilder
A trace event is an interesting thing that happened to a channel or subchannel, such as creation, address resolution, subchannel creation, etc.
A trace event is an interesting thing that happened to a channel or subchannel, such as creation, address resolution, subchannel creation, etc.
Protobuf type
grpc.channelz.v1.ChannelTraceEvent
- trait ChannelTraceEventOrBuilder extends MessageOrBuilder
- trait ChannelTraceOrBuilder extends MessageOrBuilder
- trait Channelz extends AnyRef
Channelz is a service exposed by gRPC servers that provides detailed debug information.
- abstract class ChannelzClient extends ChannelzClientPowerApi with Channelz with AkkaGrpcClient
- Annotations
- @AkkaGrpcGenerated()
- abstract class ChannelzClientPowerApi extends AnyRef
- Annotations
- @AkkaGrpcGenerated()
- final class ChannelzProto extends AnyRef
- final class GetChannelRequest extends GeneratedMessageV3 with GetChannelRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetChannelRequest
- trait GetChannelRequestOrBuilder extends MessageOrBuilder
- final class GetChannelResponse extends GeneratedMessageV3 with GetChannelResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetChannelResponse
- trait GetChannelResponseOrBuilder extends MessageOrBuilder
- final class GetServerRequest extends GeneratedMessageV3 with GetServerRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetServerRequest
- trait GetServerRequestOrBuilder extends MessageOrBuilder
- final class GetServerResponse extends GeneratedMessageV3 with GetServerResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetServerResponse
- trait GetServerResponseOrBuilder extends MessageOrBuilder
- final class GetServerSocketsRequest extends GeneratedMessageV3 with GetServerSocketsRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetServerSocketsRequest
- trait GetServerSocketsRequestOrBuilder extends MessageOrBuilder
- final class GetServerSocketsResponse extends GeneratedMessageV3 with GetServerSocketsResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetServerSocketsResponse
- trait GetServerSocketsResponseOrBuilder extends MessageOrBuilder
- final class GetServersRequest extends GeneratedMessageV3 with GetServersRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetServersRequest
- trait GetServersRequestOrBuilder extends MessageOrBuilder
- final class GetServersResponse extends GeneratedMessageV3 with GetServersResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetServersResponse
- trait GetServersResponseOrBuilder extends MessageOrBuilder
- final class GetSocketRequest extends GeneratedMessageV3 with GetSocketRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetSocketRequest
- trait GetSocketRequestOrBuilder extends MessageOrBuilder
- final class GetSocketResponse extends GeneratedMessageV3 with GetSocketResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetSocketResponse
- trait GetSocketResponseOrBuilder extends MessageOrBuilder
- final class GetSubchannelRequest extends GeneratedMessageV3 with GetSubchannelRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetSubchannelRequest
- trait GetSubchannelRequestOrBuilder extends MessageOrBuilder
- final class GetSubchannelResponse extends GeneratedMessageV3 with GetSubchannelResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetSubchannelResponse
- trait GetSubchannelResponseOrBuilder extends MessageOrBuilder
- final class GetTopChannelsRequest extends GeneratedMessageV3 with GetTopChannelsRequestOrBuilder
Protobuf type
grpc.channelz.v1.GetTopChannelsRequest
- trait GetTopChannelsRequestOrBuilder extends MessageOrBuilder
- final class GetTopChannelsResponse extends GeneratedMessageV3 with GetTopChannelsResponseOrBuilder
Protobuf type
grpc.channelz.v1.GetTopChannelsResponse
- trait GetTopChannelsResponseOrBuilder extends MessageOrBuilder
- final class Security extends GeneratedMessageV3 with SecurityOrBuilder
Security represents details about how secure the socket is.
Security represents details about how secure the socket is.
Protobuf type
grpc.channelz.v1.Security
- trait SecurityOrBuilder extends MessageOrBuilder
- final class Server extends GeneratedMessageV3 with ServerOrBuilder
Server represents a single server. There may be multiple servers in a single program.
Server represents a single server. There may be multiple servers in a single program.
Protobuf type
grpc.channelz.v1.Server
- final class ServerData extends GeneratedMessageV3 with ServerDataOrBuilder
ServerData is data for a specific Server.
ServerData is data for a specific Server.
Protobuf type
grpc.channelz.v1.ServerData
- trait ServerDataOrBuilder extends MessageOrBuilder
- trait ServerOrBuilder extends MessageOrBuilder
- final class ServerRef extends GeneratedMessageV3 with ServerRefOrBuilder
ServerRef is a reference to a Server.
ServerRef is a reference to a Server.
Protobuf type
grpc.channelz.v1.ServerRef
- trait ServerRefOrBuilder extends MessageOrBuilder
- final class Socket extends GeneratedMessageV3 with SocketOrBuilder
Information about an actual connection. Pronounced "sock-ay".
Information about an actual connection. Pronounced "sock-ay".
Protobuf type
grpc.channelz.v1.Socket
- final class SocketData extends GeneratedMessageV3 with SocketDataOrBuilder
SocketData is data associated for a specific Socket. The fields present are specific to the implementation, so there may be minor differences in the semantics. (e.g. flow control windows)
SocketData is data associated for a specific Socket. The fields present are specific to the implementation, so there may be minor differences in the semantics. (e.g. flow control windows)
Protobuf type
grpc.channelz.v1.SocketData
- trait SocketDataOrBuilder extends MessageOrBuilder
- final class SocketOption extends GeneratedMessageV3 with SocketOptionOrBuilder
SocketOption represents socket options for a socket. Specifically, these are the options returned by getsockopt().
SocketOption represents socket options for a socket. Specifically, these are the options returned by getsockopt().
Protobuf type
grpc.channelz.v1.SocketOption
- final class SocketOptionLinger extends GeneratedMessageV3 with SocketOptionLingerOrBuilder
For use with SocketOption's additional field. This is primarily used for SO_LINGER.
For use with SocketOption's additional field. This is primarily used for SO_LINGER.
Protobuf type
grpc.channelz.v1.SocketOptionLinger
- trait SocketOptionLingerOrBuilder extends MessageOrBuilder
- trait SocketOptionOrBuilder extends MessageOrBuilder
- final class SocketOptionTcpInfo extends GeneratedMessageV3 with SocketOptionTcpInfoOrBuilder
For use with SocketOption's additional field. Tcp info for SOL_TCP and TCP_INFO.
For use with SocketOption's additional field. Tcp info for SOL_TCP and TCP_INFO.
Protobuf type
grpc.channelz.v1.SocketOptionTcpInfo
- trait SocketOptionTcpInfoOrBuilder extends MessageOrBuilder
- final class SocketOptionTimeout extends GeneratedMessageV3 with SocketOptionTimeoutOrBuilder
For use with SocketOption's additional field. This is primarily used for SO_RCVTIMEO and SO_SNDTIMEO
For use with SocketOption's additional field. This is primarily used for SO_RCVTIMEO and SO_SNDTIMEO
Protobuf type
grpc.channelz.v1.SocketOptionTimeout
- trait SocketOptionTimeoutOrBuilder extends MessageOrBuilder
- trait SocketOrBuilder extends MessageOrBuilder
- final class SocketRef extends GeneratedMessageV3 with SocketRefOrBuilder
SocketRef is a reference to a Socket.
SocketRef is a reference to a Socket.
Protobuf type
grpc.channelz.v1.SocketRef
- trait SocketRefOrBuilder extends MessageOrBuilder
- final class Subchannel extends GeneratedMessageV3 with SubchannelOrBuilder
Subchannel is a logical grouping of channels, subchannels, and sockets. A subchannel is load balanced over by it's ancestor
Subchannel is a logical grouping of channels, subchannels, and sockets. A subchannel is load balanced over by it's ancestor
Protobuf type
grpc.channelz.v1.Subchannel
- trait SubchannelOrBuilder extends MessageOrBuilder
- final class SubchannelRef extends GeneratedMessageV3 with SubchannelRefOrBuilder
SubchannelRef is a reference to a Subchannel.
SubchannelRef is a reference to a Subchannel.
Protobuf type
grpc.channelz.v1.SubchannelRef
- trait SubchannelRefOrBuilder extends MessageOrBuilder