Package io.grpc.channelz.v1
Interface SocketOptionTcpInfoOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
SocketOptionTcpInfo,SocketOptionTcpInfo.Builder
public interface SocketOptionTcpInfoOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetTcpiAdvmss()uint32 tcpi_advmss = 28;intgetTcpiAto()uint32 tcpi_ato = 10;intgetTcpiBackoff()uint32 tcpi_backoff = 5;intgetTcpiCaState()uint32 tcpi_ca_state = 2;intgetTcpiFackets()uint32 tcpi_fackets = 17;intgetTcpiLastAckRecv()uint32 tcpi_last_ack_recv = 21;intgetTcpiLastAckSent()uint32 tcpi_last_ack_sent = 19;intgetTcpiLastDataRecv()uint32 tcpi_last_data_recv = 20;intgetTcpiLastDataSent()uint32 tcpi_last_data_sent = 18;intgetTcpiLost()uint32 tcpi_lost = 15;intgetTcpiOptions()uint32 tcpi_options = 6;intgetTcpiPmtu()uint32 tcpi_pmtu = 22;intgetTcpiProbes()uint32 tcpi_probes = 4;intgetTcpiRcvMss()uint32 tcpi_rcv_mss = 12;intgetTcpiRcvSsthresh()uint32 tcpi_rcv_ssthresh = 23;intgetTcpiRcvWscale()uint32 tcpi_rcv_wscale = 8;intgetTcpiReordering()uint32 tcpi_reordering = 29;intgetTcpiRetrans()uint32 tcpi_retrans = 16;intgetTcpiRetransmits()uint32 tcpi_retransmits = 3;intgetTcpiRto()uint32 tcpi_rto = 9;intgetTcpiRtt()uint32 tcpi_rtt = 24;intgetTcpiRttvar()uint32 tcpi_rttvar = 25;intgetTcpiSacked()uint32 tcpi_sacked = 14;intgetTcpiSndCwnd()uint32 tcpi_snd_cwnd = 27;intgetTcpiSndMss()uint32 tcpi_snd_mss = 11;intgetTcpiSndSsthresh()uint32 tcpi_snd_ssthresh = 26;intgetTcpiSndWscale()uint32 tcpi_snd_wscale = 7;intgetTcpiState()uint32 tcpi_state = 1;intgetTcpiUnacked()uint32 tcpi_unacked = 13;-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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.
-
-