Interface LocalIpDetails.Builder

  • Method Details

    • ipAddressV4

      LocalIpDetails.Builder ipAddressV4(String ipAddressV4)

      The IPv4 local address of the connection.

      Parameters:
      ipAddressV4 - The IPv4 local address of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressV6

      LocalIpDetails.Builder ipAddressV6(String ipAddressV6)

      The IPv6 local address of the connection.

      Parameters:
      ipAddressV6 - The IPv6 local address of the connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.