JSPrismarine
    Preparing search index...

    Represents an IP address and port.

    Index

    Constructors

    • Constructs an InetAddress.

      Parameters

      • address: string

        The IP address.

      • port: number

        The port.

      • Optionalversion: number = 4

        The IP version.

      Returns InetAddress

      const address = new InetAddress('0.0.0.0', 19132);
      

    Accessors

    Methods