Package io.grpc.channelz.v1
Interface SocketOptionTcpInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SocketOptionTcpInfo,SocketOptionTcpInfo.Builder
public interface SocketOptionTcpInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 tcpi_advmss = 28;intuint32 tcpi_ato = 10;intuint32 tcpi_backoff = 5;intuint32 tcpi_ca_state = 2;intuint32 tcpi_fackets = 17;intuint32 tcpi_last_ack_recv = 21;intuint32 tcpi_last_ack_sent = 19;intuint32 tcpi_last_data_recv = 20;intuint32 tcpi_last_data_sent = 18;intuint32 tcpi_lost = 15;intuint32 tcpi_options = 6;intuint32 tcpi_pmtu = 22;intuint32 tcpi_probes = 4;intuint32 tcpi_rcv_mss = 12;intuint32 tcpi_rcv_ssthresh = 23;intuint32 tcpi_rcv_wscale = 8;intuint32 tcpi_reordering = 29;intuint32 tcpi_retrans = 16;intuint32 tcpi_retransmits = 3;intuint32 tcpi_rto = 9;intuint32 tcpi_rtt = 24;intuint32 tcpi_rttvar = 25;intuint32 tcpi_sacked = 14;intuint32 tcpi_snd_cwnd = 27;intuint32 tcpi_snd_mss = 11;intuint32 tcpi_snd_ssthresh = 26;intuint32 tcpi_snd_wscale = 7;intuint32 tcpi_state = 1;intuint32 tcpi_unacked = 13;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTcpiState
int getTcpiState()uint32 tcpi_state = 1;- Returns:
- The tcpiState.
-
getTcpiCaState
int getTcpiCaState()uint32 tcpi_ca_state = 2;- Returns:
- The tcpiCaState.
-
getTcpiRetransmits
int getTcpiRetransmits()uint32 tcpi_retransmits = 3;- Returns:
- The tcpiRetransmits.
-
getTcpiProbes
int getTcpiProbes()uint32 tcpi_probes = 4;- Returns:
- The tcpiProbes.
-
getTcpiBackoff
int getTcpiBackoff()uint32 tcpi_backoff = 5;- Returns:
- The tcpiBackoff.
-
getTcpiOptions
int getTcpiOptions()uint32 tcpi_options = 6;- Returns:
- The tcpiOptions.
-
getTcpiSndWscale
int getTcpiSndWscale()uint32 tcpi_snd_wscale = 7;- Returns:
- The tcpiSndWscale.
-
getTcpiRcvWscale
int getTcpiRcvWscale()uint32 tcpi_rcv_wscale = 8;- Returns:
- The tcpiRcvWscale.
-
getTcpiRto
int getTcpiRto()uint32 tcpi_rto = 9;- Returns:
- The tcpiRto.
-
getTcpiAto
int getTcpiAto()uint32 tcpi_ato = 10;- Returns:
- The tcpiAto.
-
getTcpiSndMss
int getTcpiSndMss()uint32 tcpi_snd_mss = 11;- Returns:
- The tcpiSndMss.
-
getTcpiRcvMss
int getTcpiRcvMss()uint32 tcpi_rcv_mss = 12;- Returns:
- The tcpiRcvMss.
-
getTcpiUnacked
int getTcpiUnacked()uint32 tcpi_unacked = 13;- Returns:
- The tcpiUnacked.
-
getTcpiSacked
int getTcpiSacked()uint32 tcpi_sacked = 14;- Returns:
- The tcpiSacked.
-
getTcpiLost
int getTcpiLost()uint32 tcpi_lost = 15;- Returns:
- The tcpiLost.
-
getTcpiRetrans
int getTcpiRetrans()uint32 tcpi_retrans = 16;- Returns:
- The tcpiRetrans.
-
getTcpiFackets
int getTcpiFackets()uint32 tcpi_fackets = 17;- Returns:
- The tcpiFackets.
-
getTcpiLastDataSent
int getTcpiLastDataSent()uint32 tcpi_last_data_sent = 18;- Returns:
- The tcpiLastDataSent.
-
getTcpiLastAckSent
int getTcpiLastAckSent()uint32 tcpi_last_ack_sent = 19;- Returns:
- The tcpiLastAckSent.
-
getTcpiLastDataRecv
int getTcpiLastDataRecv()uint32 tcpi_last_data_recv = 20;- Returns:
- The tcpiLastDataRecv.
-
getTcpiLastAckRecv
int getTcpiLastAckRecv()uint32 tcpi_last_ack_recv = 21;- Returns:
- The tcpiLastAckRecv.
-
getTcpiPmtu
int getTcpiPmtu()uint32 tcpi_pmtu = 22;- Returns:
- The tcpiPmtu.
-
getTcpiRcvSsthresh
int getTcpiRcvSsthresh()uint32 tcpi_rcv_ssthresh = 23;- Returns:
- The tcpiRcvSsthresh.
-
getTcpiRtt
int getTcpiRtt()uint32 tcpi_rtt = 24;- Returns:
- The tcpiRtt.
-
getTcpiRttvar
int getTcpiRttvar()uint32 tcpi_rttvar = 25;- Returns:
- The tcpiRttvar.
-
getTcpiSndSsthresh
int getTcpiSndSsthresh()uint32 tcpi_snd_ssthresh = 26;- Returns:
- The tcpiSndSsthresh.
-
getTcpiSndCwnd
int getTcpiSndCwnd()uint32 tcpi_snd_cwnd = 27;- Returns:
- The tcpiSndCwnd.
-
getTcpiAdvmss
int getTcpiAdvmss()uint32 tcpi_advmss = 28;- Returns:
- The tcpiAdvmss.
-
getTcpiReordering
int getTcpiReordering()uint32 tcpi_reordering = 29;- Returns:
- The tcpiReordering.
-