Class ClientConnectionInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.ClientConnectionInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, ClientConnectionInfoOrBuilder

public final class ClientConnectionInfo extends com.google.protobuf.GeneratedMessageV3 implements ClientConnectionInfoOrBuilder
Protobuf type yamcs.protobuf.server.ClientConnectionInfo
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasId

      public boolean hasId()
      optional string id = 1;
      Specified by:
      hasId in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public String getId()
      optional string id = 1;
      Specified by:
      getId in interface ClientConnectionInfoOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      Specified by:
      getIdBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      The bytes for id.
    • hasOpen

      public boolean hasOpen()
      optional bool open = 2;
      Specified by:
      hasOpen in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the open field is set.
    • getOpen

      public boolean getOpen()
      optional bool open = 2;
      Specified by:
      getOpen in interface ClientConnectionInfoOrBuilder
      Returns:
      The open.
    • hasActive

      public boolean hasActive()
      optional bool active = 3;
      Specified by:
      hasActive in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the active field is set.
    • getActive

      public boolean getActive()
      optional bool active = 3;
      Specified by:
      getActive in interface ClientConnectionInfoOrBuilder
      Returns:
      The active.
    • hasWritable

      public boolean hasWritable()
      optional bool writable = 4;
      Specified by:
      hasWritable in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the writable field is set.
    • getWritable

      public boolean getWritable()
      optional bool writable = 4;
      Specified by:
      getWritable in interface ClientConnectionInfoOrBuilder
      Returns:
      The writable.
    • hasRemoteAddress

      public boolean hasRemoteAddress()
      optional string remoteAddress = 5;
      Specified by:
      hasRemoteAddress in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the remoteAddress field is set.
    • getRemoteAddress

      public String getRemoteAddress()
      optional string remoteAddress = 5;
      Specified by:
      getRemoteAddress in interface ClientConnectionInfoOrBuilder
      Returns:
      The remoteAddress.
    • getRemoteAddressBytes

      public com.google.protobuf.ByteString getRemoteAddressBytes()
      optional string remoteAddress = 5;
      Specified by:
      getRemoteAddressBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      The bytes for remoteAddress.
    • hasReadBytes

      public boolean hasReadBytes()
      optional uint64 readBytes = 6;
      Specified by:
      hasReadBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the readBytes field is set.
    • getReadBytes

      public long getReadBytes()
      optional uint64 readBytes = 6;
      Specified by:
      getReadBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      The readBytes.
    • hasWrittenBytes

      public boolean hasWrittenBytes()
      optional uint64 writtenBytes = 7;
      Specified by:
      hasWrittenBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the writtenBytes field is set.
    • getWrittenBytes

      public long getWrittenBytes()
      optional uint64 writtenBytes = 7;
      Specified by:
      getWrittenBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      The writtenBytes.
    • hasReadThroughput

      public boolean hasReadThroughput()
      optional uint64 readThroughput = 8;
      Specified by:
      hasReadThroughput in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the readThroughput field is set.
    • getReadThroughput

      public long getReadThroughput()
      optional uint64 readThroughput = 8;
      Specified by:
      getReadThroughput in interface ClientConnectionInfoOrBuilder
      Returns:
      The readThroughput.
    • hasWriteThroughput

      public boolean hasWriteThroughput()
      optional uint64 writeThroughput = 9;
      Specified by:
      hasWriteThroughput in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the writeThroughput field is set.
    • getWriteThroughput

      public long getWriteThroughput()
      optional uint64 writeThroughput = 9;
      Specified by:
      getWriteThroughput in interface ClientConnectionInfoOrBuilder
      Returns:
      The writeThroughput.
    • hasHttpRequest

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

      public ClientConnectionInfo.HttpRequestInfo getHttpRequest()
      optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
      Specified by:
      getHttpRequest in interface ClientConnectionInfoOrBuilder
      Returns:
      The httpRequest.
    • getHttpRequestOrBuilder

      public ClientConnectionInfo.HttpRequestInfoOrBuilder getHttpRequestOrBuilder()
      optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
      Specified by:
      getHttpRequestOrBuilder in interface ClientConnectionInfoOrBuilder
    • hasUsername

      public boolean hasUsername()
      optional string username = 11;
      Specified by:
      hasUsername in interface ClientConnectionInfoOrBuilder
      Returns:
      Whether the username field is set.
    • getUsername

      public String getUsername()
      optional string username = 11;
      Specified by:
      getUsername in interface ClientConnectionInfoOrBuilder
      Returns:
      The username.
    • getUsernameBytes

      public com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 11;
      Specified by:
      getUsernameBytes in interface ClientConnectionInfoOrBuilder
      Returns:
      The bytes for username.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ClientConnectionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientConnectionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientConnectionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientConnectionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientConnectionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientConnectionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ClientConnectionInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClientConnectionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClientConnectionInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ClientConnectionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClientConnectionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ClientConnectionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ClientConnectionInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ClientConnectionInfo.Builder newBuilder()
    • newBuilder

      public static ClientConnectionInfo.Builder newBuilder(ClientConnectionInfo prototype)
    • toBuilder

      public ClientConnectionInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ClientConnectionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ClientConnectionInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ClientConnectionInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<ClientConnectionInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ClientConnectionInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder