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 TypeMethodDescriptionlongThe received data in byteslongThe sent data in bytesMethods 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
-
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.
-