Class ForwardPort

  • Direct Known Subclasses:
    UPnP.IPv6ForwardPort

    public class ForwardPort
    extends Object
    A public Internet Protocol port on the node which needs to be forwarded if the node is NATed.
    Author:
    toad
    • Field Detail

      • name

        public final String name
        Name of the interface e.g. "opennet"
      • isIP6

        public final boolean isIP6
        IPv4 vs IPv6?
      • protocol

        public final int protocol
        Protocol number. See constants.
      • portNumber

        public final int portNumber
        Port number to forward
    • Constructor Detail

      • ForwardPort

        public ForwardPort​(String name,
                           boolean isIP6,
                           int protocol,
                           int portNumber)