Class Ports

  • Direct Known Subclasses:
    ImmutablePorts

    @Immutable
    public abstract class Ports
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Ports()  
    • Method Summary

      Modifier and Type Method Description
      abstract int getDns()  
      abstract int getHttp()  
      abstract int getRpc()  
      abstract int getSerfLan()  
      abstract int getSerfWan()  
      abstract int getServer()  
      • Methods inherited from class java.lang.Object

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

      • Ports

        public Ports()
    • Method Detail

      • getDns

        public abstract int getDns()
      • getHttp

        public abstract int getHttp()
      • getRpc

        public abstract int getRpc()
      • getSerfLan

        public abstract int getSerfLan()
      • getSerfWan

        public abstract int getSerfWan()
      • getServer

        public abstract int getServer()