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 Detail

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasOpen

        boolean hasOpen()
        optional bool open = 2;
      • getOpen

        boolean getOpen()
        optional bool open = 2;
      • hasActive

        boolean hasActive()
        optional bool active = 3;
      • getActive

        boolean getActive()
        optional bool active = 3;
      • hasWritable

        boolean hasWritable()
        optional bool writable = 4;
      • getWritable

        boolean getWritable()
        optional bool writable = 4;
      • hasRemoteAddress

        boolean hasRemoteAddress()
        optional string remoteAddress = 5;
      • getRemoteAddress

        String getRemoteAddress()
        optional string remoteAddress = 5;
      • getRemoteAddressBytes

        com.google.protobuf.ByteString getRemoteAddressBytes()
        optional string remoteAddress = 5;
      • hasReadBytes

        boolean hasReadBytes()
        optional uint64 readBytes = 6;
      • getReadBytes

        long getReadBytes()
        optional uint64 readBytes = 6;
      • hasWrittenBytes

        boolean hasWrittenBytes()
        optional uint64 writtenBytes = 7;
      • getWrittenBytes

        long getWrittenBytes()
        optional uint64 writtenBytes = 7;
      • hasReadThroughput

        boolean hasReadThroughput()
        optional uint64 readThroughput = 8;
      • getReadThroughput

        long getReadThroughput()
        optional uint64 readThroughput = 8;
      • hasWriteThroughput

        boolean hasWriteThroughput()
        optional uint64 writeThroughput = 9;
      • getWriteThroughput

        long getWriteThroughput()
        optional uint64 writeThroughput = 9;
      • hasHttpRequest

        boolean hasHttpRequest()
        optional .yamcs.protobuf.web.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;