Class SocketsServiceStatistics


public final class SocketsServiceStatistics extends StatisticsDataSection
  • Field Details

    • SORDS_LENGTH

      public static final int SORDS_LENGTH
      Constant: 0x01F8 = 504
      See Also:
    • SORIDR

      public static final int SORIDR
      Constant: 0x6C = 108
      See Also:
    • SOR_VERS

      public static final int SOR_VERS
      Constant: 0x01 = 1
      See Also:
    • SOR_SSL_YES

      public static final int SOR_SSL_YES
      Constant: 0x01 = 1
      See Also:
    • SOR_SSL_NO

      public static final int SOR_SSL_NO
      Constant: 0x02 = 2
      See Also:
    • SOR_SSL_CLI_AUTH

      public static final int SOR_SSL_CLI_AUTH
      Constant: 0x03 = 3
      See Also:
    • SOR_SSL_ATTLSAWR

      public static final int SOR_SSL_ATTLSAWR
      Constant: 0x04 = 4
      See Also:
    • SOR_AUTHENT_NONE

      public static final int SOR_AUTHENT_NONE
      Constant: 0x00 = 0
      See Also:
    • SOR_AUTHENT_BASIC

      public static final int SOR_AUTHENT_BASIC
      Constant: 0x01 = 1
      See Also:
    • SOR_AUTHENT_CERT

      public static final int SOR_AUTHENT_CERT
      Constant: 0x02 = 2
      See Also:
    • SOR_AUTHENT_AUTOREG

      public static final int SOR_AUTHENT_AUTOREG
      Constant: 0x03 = 3
      See Also:
    • SOR_AUTHENT_AUTO

      public static final int SOR_AUTHENT_AUTO
      Constant: 0x04 = 4
      See Also:
    • SOR_AUTHENT_ASSERTED

      public static final int SOR_AUTHENT_ASSERTED
      Constant: 0x05 = 5
      See Also:
    • SOR_PRIVACY_NOTSUPPORTED

      public static final int SOR_PRIVACY_NOTSUPPORTED
      Constant: 0x00 = 0
      See Also:
    • SOR_PRIVACY_SUPPORTED

      public static final int SOR_PRIVACY_SUPPORTED
      Constant: 0x01 = 1
      See Also:
    • SOR_PRIVACY_REQUIRED

      public static final int SOR_PRIVACY_REQUIRED
      Constant: 0x02 = 2
      See Also:
    • SOR_ATTACHSEC_LOCAL

      public static final int SOR_ATTACHSEC_LOCAL
      Constant: 0x01 = 1
      See Also:
    • SOR_ATTACHSEC_VERIFY

      public static final int SOR_ATTACHSEC_VERIFY
      Constant: 0x02 = 2
      See Also:
    • SOR_IP_FAMILY_UNKNOWN

      public static final int SOR_IP_FAMILY_UNKNOWN
      Constant: 0x00 = 0
      See Also:
    • SOR_IP_FAMILY_IPV4

      public static final int SOR_IP_FAMILY_IPV4
      Constant: 0x01 = 1
      See Also:
    • SOR_IP_FAMILY_IPV6

      public static final int SOR_IP_FAMILY_IPV6
      Constant: 0x02 = 2
      See Also:
    • SOR_CSDAPI_CHANGE

      public static final int SOR_CSDAPI_CHANGE
      Constant: 0x01 = 1
      See Also:
    • SOR_CSDBATCH_CHANGE

      public static final int SOR_CSDBATCH_CHANGE
      Constant: 0x02 = 2
      See Also:
    • SOR_DREPAPI_CHANGE

      public static final int SOR_DREPAPI_CHANGE
      Constant: 0x03 = 3
      See Also:
    • SOR_CREATE_CHANGE

      public static final int SOR_CREATE_CHANGE
      Constant: 0x04 = 4
      See Also:
    • SOR_SYSTEM_CHANGE

      public static final int SOR_SYSTEM_CHANGE
      Constant: 0x07 = 7
      See Also:
    • SOR_CSDAPI_INSTALL

      public static final int SOR_CSDAPI_INSTALL
      Constant: 0x01 = 1
      See Also:
    • SOR_CREATE_INSTALL

      public static final int SOR_CREATE_INSTALL
      Constant: 0x04 = 4
      See Also:
    • SOR_GRPLIST_INSTALL

      public static final int SOR_GRPLIST_INSTALL
      Constant: 0x05 = 5
      See Also:
    • SOR_BUNDLE_INSTALL

      public static final int SOR_BUNDLE_INSTALL
      Constant: 0x09 = 9
      See Also:
  • Method Details

    • sordsLen

      public int sordsLen()
      SORDS_LEN value.
      Returns:
      int SORDS_LEN value
    • sordsId

      public int sordsId()
      SORDS_ID value.
      Returns:
      int SORDS_ID value
    • sordsVers

      public int sordsVers()
      SORDS_VERS value.
      Returns:
      int SORDS_VERS value
    • sorServiceName

      public String sorServiceName()
      SOR_SERVICE_NAME value.
      Returns:
      String SOR_SERVICE_NAME value
    • sorTransAttached

      public long sorTransAttached()
      SOR_TRANS_ATTACHED value.
      Returns:
      long SOR_TRANS_ATTACHED value
    • sorCurrentConns

      public long sorCurrentConns()
      SOR_CURRENT_CONNS value.
      Returns:
      long SOR_CURRENT_CONNS value
    • sorPeakConns

      public long sorPeakConns()
      SOR_PEAK_CONNS value.
      Returns:
      long SOR_PEAK_CONNS value
    • sorOpenGmt

      public ZonedDateTime sorOpenGmt()
      SOR_OPEN_GMT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

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

      Returns:
      DateTime SOR_OPEN_GMT STCK converted to ZonedDateTime
      See Also:
    • sorOpenGmtRawValue

      public BigInteger sorOpenGmtRawValue()
      SOR_OPEN_GMT STCK value.
      Returns:
      BigInteger SOR_OPEN_GMT STCK value
    • sorOpenLocal

      public LocalDateTime sorOpenLocal()
      SOR_OPEN_LOCAL STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime SOR_OPEN_LOCAL STCK converted to LocalDateTime
      See Also:
    • sorOpenLocalRawValue

      public BigInteger sorOpenLocalRawValue()
      SOR_OPEN_LOCAL STCK value.
      Returns:
      BigInteger SOR_OPEN_LOCAL STCK value
    • sorCloseGmt

      public ZonedDateTime sorCloseGmt()
      SOR_CLOSE_GMT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

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

      Returns:
      DateTime SOR_CLOSE_GMT STCK converted to ZonedDateTime
      See Also:
    • sorCloseGmtRawValue

      public BigInteger sorCloseGmtRawValue()
      SOR_CLOSE_GMT STCK value.
      Returns:
      BigInteger SOR_CLOSE_GMT STCK value
    • sorCloseLocal

      public LocalDateTime sorCloseLocal()
      SOR_CLOSE_LOCAL STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime SOR_CLOSE_LOCAL STCK converted to LocalDateTime
      See Also:
    • sorCloseLocalRawValue

      public BigInteger sorCloseLocalRawValue()
      SOR_CLOSE_LOCAL STCK value.
      Returns:
      BigInteger SOR_CLOSE_LOCAL STCK value
    • sorPortNumber

      public int sorPortNumber()
      SOR_PORT_NUMBER value.
      Returns:
      int SOR_PORT_NUMBER value
    • sorSslSupport

      public int sorSslSupport()
      SOR_SSL_SUPPORT value.
      Returns:
      int SOR_SSL_SUPPORT value
    • sorBacklog

      public long sorBacklog()
      SOR_BACKLOG value.
      Returns:
      long SOR_BACKLOG value
    • sorSends

      public long sorSends()
      SOR_SENDS value.
      Returns:
      long SOR_SENDS value
    • sorBytesSent

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

      public BigInteger sorBytesSentAsBigInteger()
      SOR_BYTES_SENT value as a BigInteger.

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

      Returns:
      BigInteger SOR_BYTES_SENT
    • sorReceives

      public long sorReceives()
      SOR_RECEIVES value.
      Returns:
      long SOR_RECEIVES value
    • sorBytesReceived

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

      public BigInteger sorBytesReceivedAsBigInteger()
      SOR_BYTES_RECEIVED value as a BigInteger.

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

      Returns:
      BigInteger SOR_BYTES_RECEIVED
    • sorWlmGroup

      public String sorWlmGroup()
      SOR_WLM_GROUP value.
      Returns:
      String SOR_WLM_GROUP value
    • sorProtocol

      public String sorProtocol()
      SOR_PROTOCOL value.
      Returns:
      String SOR_PROTOCOL value
    • sorAuthenticate

      public int sorAuthenticate()
      SOR_AUTHENTICATE value.
      Returns:
      int SOR_AUTHENTICATE value
    • sorPrivacy

      public int sorPrivacy()
      SOR_PRIVACY value.
      Returns:
      int SOR_PRIVACY value
    • sorAttachsec

      public int sorAttachsec()
      SOR_ATTACHSEC value.
      Returns:
      int SOR_ATTACHSEC value
    • sorMaxdataLength

      public long sorMaxdataLength()
      SOR_MAXDATA_LENGTH value.
      Returns:
      long SOR_MAXDATA_LENGTH value
    • sorTcpipsTranid

      public String sorTcpipsTranid()
      SOR_TCPIPS_TRANID value.
      Returns:
      String SOR_TCPIPS_TRANID value
    • sorTcpipsUrm

      public String sorTcpipsUrm()
      SOR_TCPIPS_URM value.
      Returns:
      String SOR_TCPIPS_URM value
    • sorTcpipsMaxPersist

      public long sorTcpipsMaxPersist()
      SOR_TCPIPS_MAX_PERSIST value.
      Returns:
      long SOR_TCPIPS_MAX_PERSIST value
    • sorTcpipsNonPersist

      public long sorTcpipsNonPersist()
      SOR_TCPIPS_NON_PERSIST value.
      Returns:
      long SOR_TCPIPS_NON_PERSIST value
    • sorIpAddress

      public String sorIpAddress()
      SOR_IP_ADDRESS value.
      Returns:
      String SOR_IP_ADDRESS value
    • sorIpAddressAsInetAddress

      public InetAddress sorIpAddressAsInetAddress() throws UnknownHostException
      SOR_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 SOR_IP_ADDRESS IP Address value
      Throws:
      UnknownHostException - if a DNS lookup is attempted and fails
    • sorIpFamily

      public int sorIpFamily()
      SOR_IP_FAMILY value.
      Returns:
      int SOR_IP_FAMILY value
    • sorHostname

      public String sorHostname()
      SOR_HOSTNAME value.
      Returns:
      String SOR_HOSTNAME value
    • sorDefineSource

      public String sorDefineSource()
      SOR_DEFINE_SOURCE value.
      Returns:
      String SOR_DEFINE_SOURCE value
    • sorChangeTime

      public LocalDateTime sorChangeTime()
      SOR_CHANGE_TIME STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime SOR_CHANGE_TIME STCK converted to LocalDateTime
      See Also:
    • sorChangeTimeRawValue

      public BigInteger sorChangeTimeRawValue()
      SOR_CHANGE_TIME STCK value.
      Returns:
      BigInteger SOR_CHANGE_TIME STCK value
    • sorChangeUserid

      public String sorChangeUserid()
      SOR_CHANGE_USERID value.
      Returns:
      String SOR_CHANGE_USERID value
    • sorChangeAgent

      public int sorChangeAgent()
      SOR_CHANGE_AGENT value.
      Returns:
      int SOR_CHANGE_AGENT value
    • sorInstallAgent

      public int sorInstallAgent()
      SOR_INSTALL_AGENT value.
      Returns:
      int SOR_INSTALL_AGENT value
    • sorInstallTime

      public LocalDateTime sorInstallTime()
      SOR_INSTALL_TIME STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime SOR_INSTALL_TIME STCK converted to LocalDateTime
      See Also:
    • sorInstallTimeRawValue

      public BigInteger sorInstallTimeRawValue()
      SOR_INSTALL_TIME STCK value.
      Returns:
      BigInteger SOR_INSTALL_TIME STCK value
    • sorInstallUserid

      public String sorInstallUserid()
      SOR_INSTALL_USERID value.
      Returns:
      String SOR_INSTALL_USERID value
    • sorTotalConns

      public long sorTotalConns()
      SOR_TOTAL_CONNS value.
      Returns:
      long SOR_TOTAL_CONNS value
    • sorNonpAtMaxpersist

      public long sorNonpAtMaxpersist()
      SOR_NONP_AT_MAXPERSIST value.
      Returns:
      long SOR_NONP_AT_MAXPERSIST value
    • sorNonpAtTaskLimit

      public long sorNonpAtTaskLimit()
      SOR_NONP_AT_TASK_LIMIT value.
      Returns:
      long SOR_NONP_AT_TASK_LIMIT value
    • sorDiscAtTaskLimit

      public long sorDiscAtTaskLimit()
      SOR_DISC_AT_TASK_LIMIT value.
      Returns:
      long SOR_DISC_AT_TASK_LIMIT value
    • sorDiscAtMaxUses

      public long sorDiscAtMaxUses()
      SOR_DISC_AT_MAX_USES value.
      Returns:
      long SOR_DISC_AT_MAX_USES value
    • sorCurrBacklog

      public long sorCurrBacklog()
      SOR_CURR_BACKLOG value.
      Returns:
      long SOR_CURR_BACKLOG value
    • sorConnsDropped

      public long sorConnsDropped()
      SOR_CONNS_DROPPED value.
      Returns:
      long SOR_CONNS_DROPPED value
    • sorConnLastDropped

      public LocalDateTime sorConnLastDropped()
      SOR_CONN_LAST_DROPPED STCK value converted to LocalDateTime (nanosecond precision).

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

      Returns:
      LocalDateTime SOR_CONN_LAST_DROPPED STCK converted to LocalDateTime
      See Also:
    • sorConnLastDroppedRawValue

      public BigInteger sorConnLastDroppedRawValue()
      SOR_CONN_LAST_DROPPED STCK value.
      Returns:
      BigInteger SOR_CONN_LAST_DROPPED STCK value
    • sorCurrMaxBacklog

      public long sorCurrMaxBacklog()
      SOR_CURR_MAX_BACKLOG value.
      Returns:
      long SOR_CURR_MAX_BACKLOG value
    • sorRequests

      public long sorRequests()
      SOR_REQUESTS value.
      Returns:
      long SOR_REQUESTS value
    • sorTcpipsOptionsPgm

      public String sorTcpipsOptionsPgm()
      SOR_TCPIPS_OPTIONSPGM value.
      Returns:
      String SOR_TCPIPS_OPTIONSPGM value
    • sorSslYes

      public boolean sorSslYes()
      Return true if sorSslSupport() equals SOR_SSL_YES.
      Returns:
      boolean sorSslSupport() equals SOR_SSL_YES

      SOR_SSL_YES = 0x01

    • sorSslNo

      public boolean sorSslNo()
      Return true if sorSslSupport() equals SOR_SSL_NO.
      Returns:
      boolean sorSslSupport() equals SOR_SSL_NO

      SOR_SSL_NO = 0x02

    • sorSslCliAuth

      public boolean sorSslCliAuth()
      Return true if sorSslSupport() equals SOR_SSL_CLI_AUTH.
      Returns:
      boolean sorSslSupport() equals SOR_SSL_CLI_AUTH

      SOR_SSL_CLI_AUTH = 0x03

    • sorSslAttlsawr

      public boolean sorSslAttlsawr()
      Return true if sorSslSupport() equals SOR_SSL_ATTLSAWR.
      Returns:
      boolean sorSslSupport() equals SOR_SSL_ATTLSAWR

      SOR_SSL_ATTLSAWR = 0x04

    • sorAuthentNone

      public boolean sorAuthentNone()
      Return true if sorAuthenticate() equals SOR_AUTHENT_NONE.
      Returns:
      boolean sorAuthenticate() equals SOR_AUTHENT_NONE

      SOR_AUTHENT_NONE = 0x00

    • sorAuthentBasic

      public boolean sorAuthentBasic()
      Return true if sorAuthenticate() equals SOR_AUTHENT_BASIC.
      Returns:
      boolean sorAuthenticate() equals SOR_AUTHENT_BASIC

      SOR_AUTHENT_BASIC = 0x01

    • sorAuthentCert

      public boolean sorAuthentCert()
      Return true if sorAuthenticate() equals SOR_AUTHENT_CERT.
      Returns:
      boolean sorAuthenticate() equals SOR_AUTHENT_CERT

      SOR_AUTHENT_CERT = 0x02

    • sorAuthentAutoreg

      public boolean sorAuthentAutoreg()
      Return true if sorAuthenticate() equals SOR_AUTHENT_AUTOREG.
      Returns:
      boolean sorAuthenticate() equals SOR_AUTHENT_AUTOREG

      SOR_AUTHENT_AUTOREG = 0x03

    • sorAuthentAuto

      public boolean sorAuthentAuto()
      Return true if sorAuthenticate() equals SOR_AUTHENT_AUTO.
      Returns:
      boolean sorAuthenticate() equals SOR_AUTHENT_AUTO

      SOR_AUTHENT_AUTO = 0x04

    • sorAuthentAsserted

      public boolean sorAuthentAsserted()
      Returns:
      boolean sorAuthenticate() equals SOR_AUTHENT_ASSERTED

      SOR_AUTHENT_ASSERTED = 0x05

    • sorPrivacyNotsupported

      public boolean sorPrivacyNotsupported()
      Return true if sorPrivacy() equals SOR_PRIVACY_NOTSUPPORTED.
      Returns:
      boolean sorPrivacy() equals SOR_PRIVACY_NOTSUPPORTED

      SOR_PRIVACY_NOTSUPPORTED = 0x00

    • sorPrivacySupported

      public boolean sorPrivacySupported()
      Return true if sorPrivacy() equals SOR_PRIVACY_SUPPORTED.
      Returns:
      boolean sorPrivacy() equals SOR_PRIVACY_SUPPORTED

      SOR_PRIVACY_SUPPORTED = 0x01

    • sorPrivacyRequired

      public boolean sorPrivacyRequired()
      Return true if sorPrivacy() equals SOR_PRIVACY_REQUIRED.
      Returns:
      boolean sorPrivacy() equals SOR_PRIVACY_REQUIRED

      SOR_PRIVACY_REQUIRED = 0x02

    • sorAttachsecLocal

      public boolean sorAttachsecLocal()
      Return true if sorAttachsec() equals SOR_ATTACHSEC_LOCAL.
      Returns:
      boolean sorAttachsec() equals SOR_ATTACHSEC_LOCAL

      SOR_ATTACHSEC_LOCAL = 0x01

    • sorAttachsecVerify

      public boolean sorAttachsecVerify()
      Return true if sorAttachsec() equals SOR_ATTACHSEC_VERIFY.
      Returns:
      boolean sorAttachsec() equals SOR_ATTACHSEC_VERIFY

      SOR_ATTACHSEC_VERIFY = 0x02

    • sorIpFamilyUnknown

      public boolean sorIpFamilyUnknown()
      Return true if sorIpFamily() equals SOR_IP_FAMILY_UNKNOWN.
      Returns:
      boolean sorIpFamily() equals SOR_IP_FAMILY_UNKNOWN

      SOR_IP_FAMILY_UNKNOWN = 0x00

    • sorIpFamilyIpv4

      public boolean sorIpFamilyIpv4()
      Return true if sorIpFamily() equals SOR_IP_FAMILY_IPV4.
      Returns:
      boolean sorIpFamily() equals SOR_IP_FAMILY_IPV4

      SOR_IP_FAMILY_IPV4 = 0x01

    • sorIpFamilyIpv6

      public boolean sorIpFamilyIpv6()
      Return true if sorIpFamily() equals SOR_IP_FAMILY_IPV6.
      Returns:
      boolean sorIpFamily() equals SOR_IP_FAMILY_IPV6

      SOR_IP_FAMILY_IPV6 = 0x02

    • sorCsdapiChange

      public boolean sorCsdapiChange()
      Return true if sorChangeAgent() equals SOR_CSDAPI_CHANGE.
      Returns:
      boolean sorChangeAgent() equals SOR_CSDAPI_CHANGE

      SOR_CSDAPI_CHANGE = 0x01

    • sorCsdbatchChange

      public boolean sorCsdbatchChange()
      Return true if sorChangeAgent() equals SOR_CSDBATCH_CHANGE.
      Returns:
      boolean sorChangeAgent() equals SOR_CSDBATCH_CHANGE

      SOR_CSDBATCH_CHANGE = 0x02

    • sorDrepapiChange

      public boolean sorDrepapiChange()
      Return true if sorChangeAgent() equals SOR_DREPAPI_CHANGE.
      Returns:
      boolean sorChangeAgent() equals SOR_DREPAPI_CHANGE

      SOR_DREPAPI_CHANGE = 0x03

    • sorCreateChange

      public boolean sorCreateChange()
      Return true if sorChangeAgent() equals SOR_CREATE_CHANGE.
      Returns:
      boolean sorChangeAgent() equals SOR_CREATE_CHANGE

      SOR_CREATE_CHANGE = 0x04

    • sorSystemChange

      public boolean sorSystemChange()
      Return true if sorChangeAgent() equals SOR_SYSTEM_CHANGE.
      Returns:
      boolean sorChangeAgent() equals SOR_SYSTEM_CHANGE

      SOR_SYSTEM_CHANGE = 0x07

    • sorCsdapiInstall

      public boolean sorCsdapiInstall()
      Return true if sorInstallAgent() equals SOR_CSDAPI_INSTALL.
      Returns:
      boolean sorInstallAgent() equals SOR_CSDAPI_INSTALL

      SOR_CSDAPI_INSTALL = 0x01

    • sorCreateInstall

      public boolean sorCreateInstall()
      Return true if sorInstallAgent() equals SOR_CREATE_INSTALL.
      Returns:
      boolean sorInstallAgent() equals SOR_CREATE_INSTALL

      SOR_CREATE_INSTALL = 0x04

    • sorGrplistInstall

      public boolean sorGrplistInstall()
      Return true if sorInstallAgent() equals SOR_GRPLIST_INSTALL.
      Returns:
      boolean sorInstallAgent() equals SOR_GRPLIST_INSTALL

      SOR_GRPLIST_INSTALL = 0x05

    • sorBundleInstall

      public boolean sorBundleInstall()
      Return true if sorInstallAgent() equals SOR_BUNDLE_INSTALL.
      Returns:
      boolean sorInstallAgent() equals SOR_BUNDLE_INSTALL

      SOR_BUNDLE_INSTALL = 0x09

    • create

      public static SocketsServiceStatistics 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