Interface ClientConnectionInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    optional bool active = 3;
    optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
    optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
    optional string id = 1;
    com.google.protobuf.ByteString
    optional string id = 1;
    boolean
    optional bool open = 2;
    long
    optional uint64 readBytes = 6;
    long
    optional uint64 readThroughput = 8;
    optional string remoteAddress = 5;
    com.google.protobuf.ByteString
    optional string remoteAddress = 5;
    optional string username = 11;
    com.google.protobuf.ByteString
    optional string username = 11;
    boolean
    optional bool writable = 4;
    long
    optional uint64 writeThroughput = 9;
    long
    optional uint64 writtenBytes = 7;
    boolean
    optional bool active = 3;
    boolean
    optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
    boolean
    optional string id = 1;
    boolean
    optional bool open = 2;
    boolean
    optional uint64 readBytes = 6;
    boolean
    optional uint64 readThroughput = 8;
    boolean
    optional string remoteAddress = 5;
    boolean
    optional string username = 11;
    boolean
    optional bool writable = 4;
    boolean
    optional uint64 writeThroughput = 9;
    boolean
    optional uint64 writtenBytes = 7;

    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

    • hasId

      boolean hasId()
      optional string id = 1;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
      optional string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      Returns:
      The bytes for id.
    • hasOpen

      boolean hasOpen()
      optional bool open = 2;
      Returns:
      Whether the open field is set.
    • getOpen

      boolean getOpen()
      optional bool open = 2;
      Returns:
      The open.
    • hasActive

      boolean hasActive()
      optional bool active = 3;
      Returns:
      Whether the active field is set.
    • getActive

      boolean getActive()
      optional bool active = 3;
      Returns:
      The active.
    • hasWritable

      boolean hasWritable()
      optional bool writable = 4;
      Returns:
      Whether the writable field is set.
    • getWritable

      boolean getWritable()
      optional bool writable = 4;
      Returns:
      The writable.
    • hasRemoteAddress

      boolean hasRemoteAddress()
      optional string remoteAddress = 5;
      Returns:
      Whether the remoteAddress field is set.
    • getRemoteAddress

      String getRemoteAddress()
      optional string remoteAddress = 5;
      Returns:
      The remoteAddress.
    • getRemoteAddressBytes

      com.google.protobuf.ByteString getRemoteAddressBytes()
      optional string remoteAddress = 5;
      Returns:
      The bytes for remoteAddress.
    • hasReadBytes

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

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

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

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

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

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

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

      long getWriteThroughput()
      optional uint64 writeThroughput = 9;
      Returns:
      The writeThroughput.
    • hasHttpRequest

      boolean hasHttpRequest()
      optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
      Returns:
      Whether the httpRequest field is set.
    • getHttpRequest

      optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
      Returns:
      The httpRequest.
    • getHttpRequestOrBuilder

      optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
    • hasUsername

      boolean hasUsername()
      optional string username = 11;
      Returns:
      Whether the username field is set.
    • getUsername

      String getUsername()
      optional string username = 11;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 11;
      Returns:
      The bytes for username.