Class VirtualAddress

    • Constructor Detail

      • VirtualAddress

        VirtualAddress​(io.netty.channel.Channel channel)
        Creates a new ephemeral port based on the ID of the specified channel. Note that we prepend an upper-case character so that it never conflicts with the addresses created by a user, which are always lower-cased on construction time.
      • VirtualAddress

        public VirtualAddress​(String id)
        Creates a new instance with the specified ID.