Class LanServerDetector.LanServerList

  • Enclosing class:
    LanServerDetector

    public static class LanServerDetector.LanServerList
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LanServerList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addServer​(java.lang.String p_77551_1_, java.net.InetAddress p_77551_2_)  
      java.util.List<LanServerInfo> getServers()  
      boolean isDirty()  
      void markClean()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isDirty

        private boolean isDirty
    • Constructor Detail

      • LanServerList

        public LanServerList()
    • Method Detail

      • isDirty

        public boolean isDirty()
      • markClean

        public void markClean()
      • addServer

        public void addServer​(java.lang.String p_77551_1_,
                              java.net.InetAddress p_77551_2_)