public final class IpconnStatistics extends StatisticsDataSection
  • Field Details

    • ISRDS_LENGTH

      public static final int ISRDS_LENGTH
      Constant: 0x0244 = 580
      See Also:
    • ISRIDR

      public static final int ISRIDR
      Constant: 0x6D = 109
      See Also:
    • ISR_VERS

      public static final int ISR_VERS
      Constant: 0x01 = 1
      See Also:
    • ISR_SSL_YES

      public static final int ISR_SSL_YES
      Constant: 0x01 = 1
      See Also:
    • ISR_SSL_NO

      public static final int ISR_SSL_NO
      Constant: 0x02 = 2
      See Also:
    • ISR_USERAUTH_DEFAULTUSER

      public static final int ISR_USERAUTH_DEFAULTUSER
      Constant: 0x01 = 1
      See Also:
    • ISR_USERAUTH_IDENTIFY

      public static final int ISR_USERAUTH_IDENTIFY
      Constant: 0x02 = 2
      See Also:
    • ISR_USERAUTH_LOCAL

      public static final int ISR_USERAUTH_LOCAL
      Constant: 0x03 = 3
      See Also:
    • ISR_USERAUTH_VERIFY

      public static final int ISR_USERAUTH_VERIFY
      Constant: 0x04 = 4
      See Also:
    • ISR_LINKAUTH_CERTUSER

      public static final int ISR_LINKAUTH_CERTUSER
      Constant: 0x01 = 1
      See Also:
    • ISR_LINKAUTH_SECUSER

      public static final int ISR_LINKAUTH_SECUSER
      Constant: 0x02 = 2
      See Also:
    • ISR_IP_FAMILY_UNKNOWN

      public static final int ISR_IP_FAMILY_UNKNOWN
      Constant: 0x00 = 0
      See Also:
    • ISR_IP_FAMILY_IPV4

      public static final int ISR_IP_FAMILY_IPV4
      Constant: 0x01 = 1
      See Also:
    • ISR_IP_FAMILY_IPV6

      public static final int ISR_IP_FAMILY_IPV6
      Constant: 0x02 = 2
      See Also:
    • ISR_CSDAPI_CHANGE

      public static final int ISR_CSDAPI_CHANGE
      Constant: 0x01 = 1
      See Also:
    • ISR_CSDBATCH_CHANGE

      public static final int ISR_CSDBATCH_CHANGE
      Constant: 0x02 = 2
      See Also:
    • ISR_DREPAPI_CHANGE

      public static final int ISR_DREPAPI_CHANGE
      Constant: 0x03 = 3
      See Also:
    • ISR_CREATE_CHANGE

      public static final int ISR_CREATE_CHANGE
      Constant: 0x04 = 4
      See Also:
    • ISR_AUTOINSTALL_CHANGE

      public static final int ISR_AUTOINSTALL_CHANGE
      Constant: 0x06 = 6
      See Also:
    • ISR_CSDAPI_INSTALL

      public static final int ISR_CSDAPI_INSTALL
      Constant: 0x01 = 1
      See Also:
    • ISR_CREATE_INSTALL

      public static final int ISR_CREATE_INSTALL
      Constant: 0x04 = 4
      See Also:
    • ISR_GRPLIST_INSTALL

      public static final int ISR_GRPLIST_INSTALL
      Constant: 0x05 = 5
      See Also:
    • ISR_AUTOINSTALL_INSTALL

      public static final int ISR_AUTOINSTALL_INSTALL
      Constant: 0x06 = 6
      See Also:
    • ISR_MIRRORLIFE_REQUEST

      public static final int ISR_MIRRORLIFE_REQUEST
      Constant: 0x01 = 1
      See Also:
    • ISR_MIRRORLIFE_TASK

      public static final int ISR_MIRRORLIFE_TASK
      Constant: 0x02 = 2
      See Also:
    • ISR_MIRRORLIFE_UOW

      public static final int ISR_MIRRORLIFE_UOW
      Constant: 0x03 = 3
      See Also:
  • Method Details

    • isrdsLen

      public int isrdsLen()
      ISRDS_LEN value.
      Returns:
      int ISRDS_LEN value
    • isrdsId

      public int isrdsId()
      ISRDS_ID value.
      Returns:
      int ISRDS_ID value
    • isrdsVers

      public int isrdsVers()
      ISRDS_VERS value.
      Returns:
      int ISRDS_VERS value
    • isrIpconnName

      public String isrIpconnName()
      ISR_IPCONN_NAME value.
      Returns:
      String ISR_IPCONN_NAME value
    • isrApplid

      public String isrApplid()
      ISR_APPLID value.
      Returns:
      String ISR_APPLID value
    • isrNetworkId

      public String isrNetworkId()
      ISR_NETWORK_ID value.
      Returns:
      String ISR_NETWORK_ID value
    • isrHostName

      public String isrHostName()
      ISR_HOST_NAME value.
      Returns:
      String ISR_HOST_NAME value
    • isrPortNumber

      public long isrPortNumber()
      ISR_PORT_NUMBER value.
      Returns:
      long ISR_PORT_NUMBER value
    • isrSslSupport

      public int isrSslSupport()
      ISR_SSL_SUPPORT value.
      Returns:
      int ISR_SSL_SUPPORT value
    • isrUserauth

      public int isrUserauth()
      ISR_USERAUTH value.
      Returns:
      int ISR_USERAUTH value
    • isrLinkauth

      public int isrLinkauth()
      ISR_LINKAUTH value.
      Returns:
      int ISR_LINKAUTH value
    • isrMirrorlife

      public int isrMirrorlife()
      ISR_MIRRORLIFE value.
      Returns:
      int ISR_MIRRORLIFE value
    • isrTcpipService

      public String isrTcpipService()
      ISR_TCPIP_SERVICE value.
      Returns:
      String ISR_TCPIP_SERVICE value
    • isrFsTsRequests

      public long isrFsTsRequests()
      ISR_FS_TS_REQUESTS value.
      Returns:
      long ISR_FS_TS_REQUESTS value
    • isrFsTsBytesSent

      public long isrFsTsBytesSent()
      ISR_FS_TS_BYTES_SENT value, throws exception if ISR_FS_TS_BYTES_SENT overflows 64 bit signed integer.
      Returns:
      long ISR_FS_TS_BYTES_SENT
      Throws:
      IllegalArgumentException - If the value of ISR_FS_TS_BYTES_SENT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_TS_BYTES_SENT). Use isrFsTsBytesSentAsBigInteger() if this is possible.
    • isrFsTsBytesSentAsBigInteger

      public BigInteger isrFsTsBytesSentAsBigInteger()
      ISR_FS_TS_BYTES_SENT value as a BigInteger.

      isrFsTsBytesSent() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_TS_BYTES_SENT
    • isrFsTsBytesReceived

      public long isrFsTsBytesReceived()
      ISR_FS_TS_BYTES_RECEIVED value, throws exception if ISR_FS_TS_BYTES_RECEIVED overflows 64 bit signed integer.
      Returns:
      long ISR_FS_TS_BYTES_RECEIVED
      Throws:
      IllegalArgumentException - If the value of ISR_FS_TS_BYTES_RECEIVED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_TS_BYTES_RECEIVED). Use isrFsTsBytesReceivedAsBigInteger() if this is possible.
    • isrFsTsBytesReceivedAsBigInteger

      public BigInteger isrFsTsBytesReceivedAsBigInteger()
      ISR_FS_TS_BYTES_RECEIVED value as a BigInteger.

      isrFsTsBytesReceived() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_TS_BYTES_RECEIVED
    • isrIpconnGmtCreateTime

      public ZonedDateTime isrIpconnGmtCreateTime()
      ISR_IPCONN_GMT_CREATE_TIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use isrIpconnGmtCreateTimeRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime ISR_IPCONN_GMT_CREATE_TIME STCK converted to ZonedDateTime
      See Also:
    • isrIpconnGmtCreateTimeRawValue

      public BigInteger isrIpconnGmtCreateTimeRawValue()
      ISR_IPCONN_GMT_CREATE_TIME STCK value.
      Returns:
      BigInteger ISR_IPCONN_GMT_CREATE_TIME STCK value
    • isrIpconnCreateTime

      public LocalDateTime isrIpconnCreateTime()
      ISR_IPCONN_CREATE_TIME STCK value converted to LocalDateTime (nanosecond precision).

      Use isrIpconnCreateTimeRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      LocalDateTime ISR_IPCONN_CREATE_TIME STCK converted to LocalDateTime
      See Also:
    • isrIpconnCreateTimeRawValue

      public BigInteger isrIpconnCreateTimeRawValue()
      ISR_IPCONN_CREATE_TIME STCK value.
      Returns:
      BigInteger ISR_IPCONN_CREATE_TIME STCK value
    • isrIpconnGmtDeleteTime

      public ZonedDateTime isrIpconnGmtDeleteTime()
      ISR_IPCONN_GMT_DELETE_TIME STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use isrIpconnGmtDeleteTimeRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime ISR_IPCONN_GMT_DELETE_TIME STCK converted to ZonedDateTime
      See Also:
    • isrIpconnGmtDeleteTimeRawValue

      public BigInteger isrIpconnGmtDeleteTimeRawValue()
      ISR_IPCONN_GMT_DELETE_TIME STCK value.
      Returns:
      BigInteger ISR_IPCONN_GMT_DELETE_TIME STCK value
    • isrIpconnDeleteTime

      public LocalDateTime isrIpconnDeleteTime()
      ISR_IPCONN_DELETE_TIME STCK value converted to LocalDateTime (nanosecond precision).

      Use isrIpconnDeleteTimeRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      LocalDateTime ISR_IPCONN_DELETE_TIME STCK converted to LocalDateTime
      See Also:
    • isrIpconnDeleteTimeRawValue

      public BigInteger isrIpconnDeleteTimeRawValue()
      ISR_IPCONN_DELETE_TIME STCK value.
      Returns:
      BigInteger ISR_IPCONN_DELETE_TIME STCK value
    • isrSendSessions

      public long isrSendSessions()
      ISR_SEND_SESSIONS value.
      Returns:
      long ISR_SEND_SESSIONS value
    • isrCurrentSendSessions

      public long isrCurrentSendSessions()
      ISR_CURRENT_SEND_SESSIONS value.
      Returns:
      long ISR_CURRENT_SEND_SESSIONS value
    • isrPeakSendSessions

      public long isrPeakSendSessions()
      ISR_PEAK_SEND_SESSIONS value.
      Returns:
      long ISR_PEAK_SEND_SESSIONS value
    • isrReceiveSessions

      public long isrReceiveSessions()
      ISR_RECEIVE_SESSIONS value.
      Returns:
      long ISR_RECEIVE_SESSIONS value
    • isrCurrentReceiveSessions

      public long isrCurrentReceiveSessions()
      ISR_CURRENT_RECEIVE_SESSIONS value.
      Returns:
      long ISR_CURRENT_RECEIVE_SESSIONS value
    • isrPeakReceiveSessions

      public long isrPeakReceiveSessions()
      ISR_PEAK_RECEIVE_SESSIONS value.
      Returns:
      long ISR_PEAK_RECEIVE_SESSIONS value
    • isrTrRequests

      public long isrTrRequests()
      ISR_TR_REQUESTS value.
      Returns:
      long ISR_TR_REQUESTS value
    • isrTrBytesSent

      public long isrTrBytesSent()
      ISR_TR_BYTES_SENT value, throws exception if ISR_TR_BYTES_SENT overflows 64 bit signed integer.
      Returns:
      long ISR_TR_BYTES_SENT
      Throws:
      IllegalArgumentException - If the value of ISR_TR_BYTES_SENT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_TR_BYTES_SENT). Use isrTrBytesSentAsBigInteger() if this is possible.
    • isrTrBytesSentAsBigInteger

      public BigInteger isrTrBytesSentAsBigInteger()
      ISR_TR_BYTES_SENT value as a BigInteger.

      isrTrBytesSent() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_TR_BYTES_SENT
    • isrTrBytesReceived

      public long isrTrBytesReceived()
      ISR_TR_BYTES_RECEIVED value, throws exception if ISR_TR_BYTES_RECEIVED overflows 64 bit signed integer.
      Returns:
      long ISR_TR_BYTES_RECEIVED
      Throws:
      IllegalArgumentException - If the value of ISR_TR_BYTES_RECEIVED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_TR_BYTES_RECEIVED). Use isrTrBytesReceivedAsBigInteger() if this is possible.
    • isrTrBytesReceivedAsBigInteger

      public BigInteger isrTrBytesReceivedAsBigInteger()
      ISR_TR_BYTES_RECEIVED value as a BigInteger.

      isrTrBytesReceived() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_TR_BYTES_RECEIVED
    • isrTotalAllocates

      public long isrTotalAllocates()
      ISR_TOTAL_ALLOCATES value.
      Returns:
      long ISR_TOTAL_ALLOCATES value
    • isrCurrentQueuedAllocates

      public long isrCurrentQueuedAllocates()
      ISR_CURRENT_QUEUED_ALLOCATES value.
      Returns:
      long ISR_CURRENT_QUEUED_ALLOCATES value
    • isrPeakQueuedAllocates

      public long isrPeakQueuedAllocates()
      ISR_PEAK_QUEUED_ALLOCATES value.
      Returns:
      long ISR_PEAK_QUEUED_ALLOCATES value
    • isrAllocatesFailedLink

      public long isrAllocatesFailedLink()
      ISR_ALLOCATES_FAILED_LINK value.
      Returns:
      long ISR_ALLOCATES_FAILED_LINK value
    • isrAllocatesFailedOther

      public long isrAllocatesFailedOther()
      ISR_ALLOCATES_FAILED_OTHER value.
      Returns:
      long ISR_ALLOCATES_FAILED_OTHER value
    • isrFsTdRequests

      public long isrFsTdRequests()
      ISR_FS_TD_REQUESTS value.
      Returns:
      long ISR_FS_TD_REQUESTS value
    • isrFsTdBytesSent

      public long isrFsTdBytesSent()
      ISR_FS_TD_BYTES_SENT value, throws exception if ISR_FS_TD_BYTES_SENT overflows 64 bit signed integer.
      Returns:
      long ISR_FS_TD_BYTES_SENT
      Throws:
      IllegalArgumentException - If the value of ISR_FS_TD_BYTES_SENT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_TD_BYTES_SENT). Use isrFsTdBytesSentAsBigInteger() if this is possible.
    • isrFsTdBytesSentAsBigInteger

      public BigInteger isrFsTdBytesSentAsBigInteger()
      ISR_FS_TD_BYTES_SENT value as a BigInteger.

      isrFsTdBytesSent() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_TD_BYTES_SENT
    • isrFsTdBytesReceived

      public long isrFsTdBytesReceived()
      ISR_FS_TD_BYTES_RECEIVED value, throws exception if ISR_FS_TD_BYTES_RECEIVED overflows 64 bit signed integer.
      Returns:
      long ISR_FS_TD_BYTES_RECEIVED
      Throws:
      IllegalArgumentException - If the value of ISR_FS_TD_BYTES_RECEIVED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_TD_BYTES_RECEIVED). Use isrFsTdBytesReceivedAsBigInteger() if this is possible.
    • isrFsTdBytesReceivedAsBigInteger

      public BigInteger isrFsTdBytesReceivedAsBigInteger()
      ISR_FS_TD_BYTES_RECEIVED value as a BigInteger.

      isrFsTdBytesReceived() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_TD_BYTES_RECEIVED
    • isrAllocateQueueLimit

      public long isrAllocateQueueLimit()
      ISR_ALLOCATE_QUEUE_LIMIT value.
      Returns:
      long ISR_ALLOCATE_QUEUE_LIMIT value
    • isrQlimitAllocRejects

      public long isrQlimitAllocRejects()
      ISR_QLIMIT_ALLOC_REJECTS value.
      Returns:
      long ISR_QLIMIT_ALLOC_REJECTS value
    • isrMaxQueueTime

      public Duration isrMaxQueueTime()
      ISR_MAX_QUEUE_TIME as a Duration. Currently this method is unimplemented as the units for this field are unknown. The unconverted value is available in isrMaxQueueTimeRawValue() . Please contact Black Hill Software for more information.
    • isrMaxQueueTimeSeconds

      public double isrMaxQueueTimeSeconds()
      ISR_MAX_QUEUE_TIME in seconds. Currently this method is unimplemented as the units for this field are unknown. The unconverted value is available in isrMaxQueueTimeRawValue() . Please contact Black Hill Software for more information.
    • isrMaxQueueTimeRawValue

      public long isrMaxQueueTimeRawValue()
      ISR_MAX_QUEUE_TIME raw value.
      Returns:
      long ISR_MAX_QUEUE_TIME value
    • isrMaxqtimeAllocQpurges

      public long isrMaxqtimeAllocQpurges()
      ISR_MAXQTIME_ALLOC_QPURGES value.
      Returns:
      long ISR_MAXQTIME_ALLOC_QPURGES value
    • isrMaxqtimeAllocsPurged

      public long isrMaxqtimeAllocsPurged()
      ISR_MAXQTIME_ALLOCS_PURGED value.
      Returns:
      long ISR_MAXQTIME_ALLOCS_PURGED value
    • isrXisqueAllocRejects

      public long isrXisqueAllocRejects()
      ISR_XISQUE_ALLOC_REJECTS value.
      Returns:
      long ISR_XISQUE_ALLOC_REJECTS value
    • isrXisqueAllocQpurges

      public long isrXisqueAllocQpurges()
      ISR_XISQUE_ALLOC_QPURGES value.
      Returns:
      long ISR_XISQUE_ALLOC_QPURGES value
    • isrXisqueAllocsPurged

      public long isrXisqueAllocsPurged()
      ISR_XISQUE_ALLOCS_PURGED value.
      Returns:
      long ISR_XISQUE_ALLOCS_PURGED value
    • isrTransAttached

      public long isrTransAttached()
      ISR_TRANS_ATTACHED value.
      Returns:
      long ISR_TRANS_ATTACHED value
    • isrRemoteTermStarts

      public long isrRemoteTermStarts()
      ISR_REMOTE_TERM_STARTS value.
      Returns:
      long ISR_REMOTE_TERM_STARTS value
    • isrUnsupportedRequests

      public long isrUnsupportedRequests()
      ISR_UNSUPPORTED_REQUESTS value.
      Returns:
      long ISR_UNSUPPORTED_REQUESTS value
    • isrFsPgRequests

      public long isrFsPgRequests()
      ISR_FS_PG_REQUESTS value.
      Returns:
      long ISR_FS_PG_REQUESTS value
    • isrFsPgBytesSent

      public long isrFsPgBytesSent()
      ISR_FS_PG_BYTES_SENT value, throws exception if ISR_FS_PG_BYTES_SENT overflows 64 bit signed integer.
      Returns:
      long ISR_FS_PG_BYTES_SENT
      Throws:
      IllegalArgumentException - If the value of ISR_FS_PG_BYTES_SENT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_PG_BYTES_SENT). Use isrFsPgBytesSentAsBigInteger() if this is possible.
    • isrFsPgBytesSentAsBigInteger

      public BigInteger isrFsPgBytesSentAsBigInteger()
      ISR_FS_PG_BYTES_SENT value as a BigInteger.

      isrFsPgBytesSent() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_PG_BYTES_SENT
    • isrFsPgBytesReceived

      public long isrFsPgBytesReceived()
      ISR_FS_PG_BYTES_RECEIVED value, throws exception if ISR_FS_PG_BYTES_RECEIVED overflows 64 bit signed integer.
      Returns:
      long ISR_FS_PG_BYTES_RECEIVED
      Throws:
      IllegalArgumentException - If the value of ISR_FS_PG_BYTES_RECEIVED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_PG_BYTES_RECEIVED). Use isrFsPgBytesReceivedAsBigInteger() if this is possible.
    • isrFsPgBytesReceivedAsBigInteger

      public BigInteger isrFsPgBytesReceivedAsBigInteger()
      ISR_FS_PG_BYTES_RECEIVED value as a BigInteger.

      isrFsPgBytesReceived() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_PG_BYTES_RECEIVED
    • isrFsIcRequests

      public long isrFsIcRequests()
      ISR_FS_IC_REQUESTS value.
      Returns:
      long ISR_FS_IC_REQUESTS value
    • isrFsIcBytesSent

      public long isrFsIcBytesSent()
      ISR_FS_IC_BYTES_SENT value, throws exception if ISR_FS_IC_BYTES_SENT overflows 64 bit signed integer.
      Returns:
      long ISR_FS_IC_BYTES_SENT
      Throws:
      IllegalArgumentException - If the value of ISR_FS_IC_BYTES_SENT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_IC_BYTES_SENT). Use isrFsIcBytesSentAsBigInteger() if this is possible.
    • isrFsIcBytesSentAsBigInteger

      public BigInteger isrFsIcBytesSentAsBigInteger()
      ISR_FS_IC_BYTES_SENT value as a BigInteger.

      isrFsIcBytesSent() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_IC_BYTES_SENT
    • isrFsIcBytesReceived

      public long isrFsIcBytesReceived()
      ISR_FS_IC_BYTES_RECEIVED value, throws exception if ISR_FS_IC_BYTES_RECEIVED overflows 64 bit signed integer.
      Returns:
      long ISR_FS_IC_BYTES_RECEIVED
      Throws:
      IllegalArgumentException - If the value of ISR_FS_IC_BYTES_RECEIVED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_IC_BYTES_RECEIVED). Use isrFsIcBytesReceivedAsBigInteger() if this is possible.
    • isrFsIcBytesReceivedAsBigInteger

      public BigInteger isrFsIcBytesReceivedAsBigInteger()
      ISR_FS_IC_BYTES_RECEIVED value as a BigInteger.

      isrFsIcBytesReceived() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_IC_BYTES_RECEIVED
    • isrIpconnIpAddress

      public String isrIpconnIpAddress()
      ISR_IPCONN_IP_ADDRESS value.
      Returns:
      String ISR_IPCONN_IP_ADDRESS value
    • isrIpconnIpAddressAsInetAddress

      public InetAddress isrIpconnIpAddressAsInetAddress() throws UnknownHostException
      ISR_IPCONN_IP_ADDRESS value. Note: May cause extreme slowdowns due to DNS lookups if the value is not recognized as a valid numeric IP address
      Returns:
      InetAddress ISR_IPCONN_IP_ADDRESS IP Address value
      Throws:
      UnknownHostException - if a DNS lookup is attempted and fails
    • isrIpconnIpFamily

      public int isrIpconnIpFamily()
      ISR_IPCONN_IP_FAMILY value.
      Returns:
      int ISR_IPCONN_IP_FAMILY value
    • isrIpconnDefineSource

      public String isrIpconnDefineSource()
      ISR_IPCONN_DEFINE_SOURCE value.
      Returns:
      String ISR_IPCONN_DEFINE_SOURCE value
    • isrIpconnChangeTime

      public LocalDateTime isrIpconnChangeTime()
      ISR_IPCONN_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).

      Use isrIpconnChangeTimeRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      LocalDateTime ISR_IPCONN_CHANGE_TIME STCK converted to LocalDateTime
      See Also:
    • isrIpconnChangeTimeRawValue

      public BigInteger isrIpconnChangeTimeRawValue()
      ISR_IPCONN_CHANGE_TIME STCK value.
      Returns:
      BigInteger ISR_IPCONN_CHANGE_TIME STCK value
    • isrIpconnChangeUserid

      public String isrIpconnChangeUserid()
      ISR_IPCONN_CHANGE_USERID value.
      Returns:
      String ISR_IPCONN_CHANGE_USERID value
    • isrIpconnChangeAgent

      public int isrIpconnChangeAgent()
      ISR_IPCONN_CHANGE_AGENT value.
      Returns:
      int ISR_IPCONN_CHANGE_AGENT value
    • isrIpconnInstallAgent

      public int isrIpconnInstallAgent()
      ISR_IPCONN_INSTALL_AGENT value.
      Returns:
      int ISR_IPCONN_INSTALL_AGENT value
    • isrIpconnInstallTime

      public LocalDateTime isrIpconnInstallTime()
      ISR_IPCONN_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).

      Use isrIpconnInstallTimeRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      LocalDateTime ISR_IPCONN_INSTALL_TIME STCK converted to LocalDateTime
      See Also:
    • isrIpconnInstallTimeRawValue

      public BigInteger isrIpconnInstallTimeRawValue()
      ISR_IPCONN_INSTALL_TIME STCK value.
      Returns:
      BigInteger ISR_IPCONN_INSTALL_TIME STCK value
    • isrIpconnInstallUserid

      public String isrIpconnInstallUserid()
      ISR_IPCONN_INSTALL_USERID value.
      Returns:
      String ISR_IPCONN_INSTALL_USERID value
    • isrFsFcRequests

      public long isrFsFcRequests()
      ISR_FS_FC_REQUESTS value.
      Returns:
      long ISR_FS_FC_REQUESTS value
    • isrFsFcBytesSent

      public long isrFsFcBytesSent()
      ISR_FS_FC_BYTES_SENT value, throws exception if ISR_FS_FC_BYTES_SENT overflows 64 bit signed integer.
      Returns:
      long ISR_FS_FC_BYTES_SENT
      Throws:
      IllegalArgumentException - If the value of ISR_FS_FC_BYTES_SENT exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_FC_BYTES_SENT). Use isrFsFcBytesSentAsBigInteger() if this is possible.
    • isrFsFcBytesSentAsBigInteger

      public BigInteger isrFsFcBytesSentAsBigInteger()
      ISR_FS_FC_BYTES_SENT value as a BigInteger.

      isrFsFcBytesSent() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_FC_BYTES_SENT
    • isrFsFcBytesReceived

      public long isrFsFcBytesReceived()
      ISR_FS_FC_BYTES_RECEIVED value, throws exception if ISR_FS_FC_BYTES_RECEIVED overflows 64 bit signed integer.
      Returns:
      long ISR_FS_FC_BYTES_RECEIVED
      Throws:
      IllegalArgumentException - If the value of ISR_FS_FC_BYTES_RECEIVED exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in ISR_FS_FC_BYTES_RECEIVED). Use isrFsFcBytesReceivedAsBigInteger() if this is possible.
    • isrFsFcBytesReceivedAsBigInteger

      public BigInteger isrFsFcBytesReceivedAsBigInteger()
      ISR_FS_FC_BYTES_RECEIVED value as a BigInteger.

      isrFsFcBytesReceived() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger ISR_FS_FC_BYTES_RECEIVED
    • isrSslYes

      public boolean isrSslYes()
      Return true if isrSslSupport() equals ISR_SSL_YES.
      Returns:
      boolean isrSslSupport() equals ISR_SSL_YES

      ISR_SSL_YES = 0x01

    • isrSslNo

      public boolean isrSslNo()
      Return true if isrSslSupport() equals ISR_SSL_NO.
      Returns:
      boolean isrSslSupport() equals ISR_SSL_NO

      ISR_SSL_NO = 0x02

    • isrUserauthDefaultuser

      public boolean isrUserauthDefaultuser()
      Returns:
      boolean isrUserauth() equals ISR_USERAUTH_DEFAULTUSER

      ISR_USERAUTH_DEFAULTUSER = 0x01

    • isrUserauthIdentify

      public boolean isrUserauthIdentify()
      Return true if isrUserauth() equals ISR_USERAUTH_IDENTIFY.
      Returns:
      boolean isrUserauth() equals ISR_USERAUTH_IDENTIFY

      ISR_USERAUTH_IDENTIFY = 0x02

    • isrUserauthLocal

      public boolean isrUserauthLocal()
      Return true if isrUserauth() equals ISR_USERAUTH_LOCAL.
      Returns:
      boolean isrUserauth() equals ISR_USERAUTH_LOCAL

      ISR_USERAUTH_LOCAL = 0x03

    • isrUserauthVerify

      public boolean isrUserauthVerify()
      Return true if isrUserauth() equals ISR_USERAUTH_VERIFY.
      Returns:
      boolean isrUserauth() equals ISR_USERAUTH_VERIFY

      ISR_USERAUTH_VERIFY = 0x04

    • isrLinkauthCertuser

      public boolean isrLinkauthCertuser()
      Return true if isrLinkauth() equals ISR_LINKAUTH_CERTUSER.
      Returns:
      boolean isrLinkauth() equals ISR_LINKAUTH_CERTUSER

      ISR_LINKAUTH_CERTUSER = 0x01

    • isrLinkauthSecuser

      public boolean isrLinkauthSecuser()
      Return true if isrLinkauth() equals ISR_LINKAUTH_SECUSER.
      Returns:
      boolean isrLinkauth() equals ISR_LINKAUTH_SECUSER

      ISR_LINKAUTH_SECUSER = 0x02

    • isrIpFamilyUnknown

      public boolean isrIpFamilyUnknown()
      Returns:
      boolean isrIpconnIpFamily() equals ISR_IP_FAMILY_UNKNOWN

      ISR_IP_FAMILY_UNKNOWN = 0x00

    • isrIpFamilyIpv4

      public boolean isrIpFamilyIpv4()
      Returns:
      boolean isrIpconnIpFamily() equals ISR_IP_FAMILY_IPV4

      ISR_IP_FAMILY_IPV4 = 0x01

    • isrIpFamilyIpv6

      public boolean isrIpFamilyIpv6()
      Returns:
      boolean isrIpconnIpFamily() equals ISR_IP_FAMILY_IPV6

      ISR_IP_FAMILY_IPV6 = 0x02

    • isrCsdapiChange

      public boolean isrCsdapiChange()
      Returns:
      boolean isrIpconnChangeAgent() equals ISR_CSDAPI_CHANGE

      ISR_CSDAPI_CHANGE = 0x01

    • isrCsdbatchChange

      public boolean isrCsdbatchChange()
      Returns:
      boolean isrIpconnChangeAgent() equals ISR_CSDBATCH_CHANGE

      ISR_CSDBATCH_CHANGE = 0x02

    • isrDrepapiChange

      public boolean isrDrepapiChange()
      Returns:
      boolean isrIpconnChangeAgent() equals ISR_DREPAPI_CHANGE

      ISR_DREPAPI_CHANGE = 0x03

    • isrCreateChange

      public boolean isrCreateChange()
      Returns:
      boolean isrIpconnChangeAgent() equals ISR_CREATE_CHANGE

      ISR_CREATE_CHANGE = 0x04

    • isrAutoinstallChange

      public boolean isrAutoinstallChange()
      Returns:
      boolean isrIpconnChangeAgent() equals ISR_AUTOINSTALL_CHANGE

      ISR_AUTOINSTALL_CHANGE = 0x06

    • isrCsdapiInstall

      public boolean isrCsdapiInstall()
      Returns:
      boolean isrIpconnInstallAgent() equals ISR_CSDAPI_INSTALL

      ISR_CSDAPI_INSTALL = 0x01

    • isrCreateInstall

      public boolean isrCreateInstall()
      Returns:
      boolean isrIpconnInstallAgent() equals ISR_CREATE_INSTALL

      ISR_CREATE_INSTALL = 0x04

    • isrGrplistInstall

      public boolean isrGrplistInstall()
      Returns:
      boolean isrIpconnInstallAgent() equals ISR_GRPLIST_INSTALL

      ISR_GRPLIST_INSTALL = 0x05

    • isrAutoinstallInstall

      public boolean isrAutoinstallInstall()
      Returns:
      boolean isrIpconnInstallAgent() equals ISR_AUTOINSTALL_INSTALL

      ISR_AUTOINSTALL_INSTALL = 0x06

    • isrMirrorlifeRequest

      public boolean isrMirrorlifeRequest()
      Returns:
      boolean isrMirrorlife() equals ISR_MIRRORLIFE_REQUEST

      ISR_MIRRORLIFE_REQUEST = 0x01

    • isrMirrorlifeTask

      public boolean isrMirrorlifeTask()
      Return true if isrMirrorlife() equals ISR_MIRRORLIFE_TASK.
      Returns:
      boolean isrMirrorlife() equals ISR_MIRRORLIFE_TASK

      ISR_MIRRORLIFE_TASK = 0x02

    • isrMirrorlifeUow

      public boolean isrMirrorlifeUow()
      Return true if isrMirrorlife() equals ISR_MIRRORLIFE_UOW.
      Returns:
      boolean isrMirrorlife() equals ISR_MIRRORLIFE_UOW

      ISR_MIRRORLIFE_UOW = 0x03

    • create

      public static IpconnStatistics create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section