Interface TCPInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TCPInfo, TCPInfo.Builder

public interface TCPInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The received data in bytes
    long
    The sent data in bytes

    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 Details

    • getReceivedBytes

      long getReceivedBytes()
       The received data in bytes
       
      int64 receivedBytes = 1;
      Returns:
      The receivedBytes.
    • getSentBytes

      long getSentBytes()
       The sent data in bytes
       
      int64 sentBytes = 2;
      Returns:
      The sentBytes.