Class SocketOptionTcpInfo

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SocketOptionTcpInfoOrBuilder, java.io.Serializable

    public final class SocketOptionTcpInfo
    extends com.google.protobuf.GeneratedMessage
    implements SocketOptionTcpInfoOrBuilder
     For use with SocketOption's additional field.  Tcp info for
     SOL_TCP and TCP_INFO.
     
    Protobuf type grpc.channelz.v1.SocketOptionTcpInfo
    See Also:
    Serialized Form
    • Field Detail

      • TCPI_STATE_FIELD_NUMBER

        public static final int TCPI_STATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiState_

        private int tcpiState_
      • TCPI_CA_STATE_FIELD_NUMBER

        public static final int TCPI_CA_STATE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiCaState_

        private int tcpiCaState_
      • TCPI_RETRANSMITS_FIELD_NUMBER

        public static final int TCPI_RETRANSMITS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiRetransmits_

        private int tcpiRetransmits_
      • TCPI_PROBES_FIELD_NUMBER

        public static final int TCPI_PROBES_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiProbes_

        private int tcpiProbes_
      • TCPI_BACKOFF_FIELD_NUMBER

        public static final int TCPI_BACKOFF_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiBackoff_

        private int tcpiBackoff_
      • TCPI_OPTIONS_FIELD_NUMBER

        public static final int TCPI_OPTIONS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiOptions_

        private int tcpiOptions_
      • TCPI_SND_WSCALE_FIELD_NUMBER

        public static final int TCPI_SND_WSCALE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiSndWscale_

        private int tcpiSndWscale_
      • TCPI_RCV_WSCALE_FIELD_NUMBER

        public static final int TCPI_RCV_WSCALE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiRcvWscale_

        private int tcpiRcvWscale_
      • tcpiRto_

        private int tcpiRto_
      • tcpiAto_

        private int tcpiAto_
      • TCPI_SND_MSS_FIELD_NUMBER

        public static final int TCPI_SND_MSS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiSndMss_

        private int tcpiSndMss_
      • TCPI_RCV_MSS_FIELD_NUMBER

        public static final int TCPI_RCV_MSS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiRcvMss_

        private int tcpiRcvMss_
      • TCPI_UNACKED_FIELD_NUMBER

        public static final int TCPI_UNACKED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiUnacked_

        private int tcpiUnacked_
      • TCPI_SACKED_FIELD_NUMBER

        public static final int TCPI_SACKED_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiSacked_

        private int tcpiSacked_
      • tcpiLost_

        private int tcpiLost_
      • TCPI_RETRANS_FIELD_NUMBER

        public static final int TCPI_RETRANS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiRetrans_

        private int tcpiRetrans_
      • TCPI_FACKETS_FIELD_NUMBER

        public static final int TCPI_FACKETS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiFackets_

        private int tcpiFackets_
      • TCPI_LAST_DATA_SENT_FIELD_NUMBER

        public static final int TCPI_LAST_DATA_SENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiLastDataSent_

        private int tcpiLastDataSent_
      • TCPI_LAST_ACK_SENT_FIELD_NUMBER

        public static final int TCPI_LAST_ACK_SENT_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiLastAckSent_

        private int tcpiLastAckSent_
      • TCPI_LAST_DATA_RECV_FIELD_NUMBER

        public static final int TCPI_LAST_DATA_RECV_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiLastDataRecv_

        private int tcpiLastDataRecv_
      • TCPI_LAST_ACK_RECV_FIELD_NUMBER

        public static final int TCPI_LAST_ACK_RECV_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiLastAckRecv_

        private int tcpiLastAckRecv_
      • tcpiPmtu_

        private int tcpiPmtu_
      • TCPI_RCV_SSTHRESH_FIELD_NUMBER

        public static final int TCPI_RCV_SSTHRESH_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiRcvSsthresh_

        private int tcpiRcvSsthresh_
      • tcpiRtt_

        private int tcpiRtt_
      • TCPI_RTTVAR_FIELD_NUMBER

        public static final int TCPI_RTTVAR_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiRttvar_

        private int tcpiRttvar_
      • TCPI_SND_SSTHRESH_FIELD_NUMBER

        public static final int TCPI_SND_SSTHRESH_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiSndSsthresh_

        private int tcpiSndSsthresh_
      • TCPI_SND_CWND_FIELD_NUMBER

        public static final int TCPI_SND_CWND_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiSndCwnd_

        private int tcpiSndCwnd_
      • TCPI_ADVMSS_FIELD_NUMBER

        public static final int TCPI_ADVMSS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiAdvmss_

        private int tcpiAdvmss_
      • TCPI_REORDERING_FIELD_NUMBER

        public static final int TCPI_REORDERING_FIELD_NUMBER
        See Also:
        Constant Field Values
      • tcpiReordering_

        private int tcpiReordering_
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • Constructor Detail

      • SocketOptionTcpInfo

        private SocketOptionTcpInfo​(com.google.protobuf.GeneratedMessage.Builder<?> builder)
      • SocketOptionTcpInfo

        private SocketOptionTcpInfo()
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessage
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(java.nio.ByteBuffer data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(java.nio.ByteBuffer data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(com.google.protobuf.ByteString data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(com.google.protobuf.ByteString data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(byte[] data)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(byte[] data,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(java.io.InputStream input)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(java.io.InputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static SocketOptionTcpInfo parseDelimitedFrom​(java.io.InputStream input)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static SocketOptionTcpInfo parseDelimitedFrom​(java.io.InputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(com.google.protobuf.CodedInputStream input)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SocketOptionTcpInfo parseFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

        public SocketOptionTcpInfo.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public SocketOptionTcpInfo.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected SocketOptionTcpInfo.Builder newBuilderForType​(com.google.protobuf.AbstractMessage.BuilderParent parent)
        Overrides:
        newBuilderForType in class com.google.protobuf.AbstractMessage
      • getParserForType

        public com.google.protobuf.Parser<SocketOptionTcpInfo> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessage
      • getDefaultInstanceForType

        public SocketOptionTcpInfo getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder