Interface HttpTrafficOrBuilder

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

public interface HttpTrafficOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasReadBytes

      boolean hasReadBytes()
      optional uint64 readBytes = 1;
      Returns:
      Whether the readBytes field is set.
    • getReadBytes

      long getReadBytes()
      optional uint64 readBytes = 1;
      Returns:
      The readBytes.
    • hasWrittenBytes

      boolean hasWrittenBytes()
      optional uint64 writtenBytes = 2;
      Returns:
      Whether the writtenBytes field is set.
    • getWrittenBytes

      long getWrittenBytes()
      optional uint64 writtenBytes = 2;
      Returns:
      The writtenBytes.
    • hasReadThroughput

      boolean hasReadThroughput()
      optional uint64 readThroughput = 3;
      Returns:
      Whether the readThroughput field is set.
    • getReadThroughput

      long getReadThroughput()
      optional uint64 readThroughput = 3;
      Returns:
      The readThroughput.
    • hasWriteThroughput

      boolean hasWriteThroughput()
      optional uint64 writeThroughput = 4;
      Returns:
      Whether the writeThroughput field is set.
    • getWriteThroughput

      long getWriteThroughput()
      optional uint64 writeThroughput = 4;
      Returns:
      The writeThroughput.
    • getConnectionsList

      List<ClientConnectionInfo> getConnectionsList()
      repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
    • getConnections

      ClientConnectionInfo getConnections(int index)
      repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
    • getConnectionsCount

      int getConnectionsCount()
      repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
    • getConnectionsOrBuilderList

      List<? extends ClientConnectionInfoOrBuilder> getConnectionsOrBuilderList()
      repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
    • getConnectionsOrBuilder

      ClientConnectionInfoOrBuilder getConnectionsOrBuilder(int index)
      repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;