Class UpnpIgdUtil.MappingEntry

  • Enclosing class:
    UpnpIgdUtil

    public static class UpnpIgdUtil.MappingEntry
    extends Object
    • Constructor Detail

      • MappingEntry

        public MappingEntry​(int errorCode,
                            int internalPort,
                            InetAddress internalClient,
                            String description,
                            int leaseDuration)
    • Method Detail

      • getInternalPort

        public int getInternalPort()
      • getInternalClient

        public InetAddress getInternalClient()
      • getDescription

        public String getDescription()
      • getLeaseDuration

        public int getLeaseDuration()
      • getErrorCode

        public int getErrorCode()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object