Serialized Form

  • Package io.smallrye.common.net

    • Class io.smallrye.common.net.CidrAddress

      class CidrAddress extends Object implements Serializable
      serialVersionUID:
      -6548529324373774149L
      • Serialization Methods

        • writeReplace
          Object writeReplace()
          Returns the serialization replacement for this object.
      • Serialized Fields

        • broadcast
          Inet4Address broadcast
          The cached broadcast address.
        • cachedBytes
          byte[] cachedBytes
          The cached bytes of this address.
        • hashCode
          int hashCode
          The cached hash code of this object.
        • netmaskBits
          int netmaskBits
          The number of netmask bits.
        • networkAddress
          InetAddress networkAddress
          The base network address of this CIDR address.
        • toString
          String toString
          The cached to-string value of this object.
    • Class io.smallrye.common.net.Messages_$bundle

      class Messages_$bundle extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialization Methods

        • readResolve
          protected Object readResolve()