Class HttpListenerConfig


  • public class HttpListenerConfig
    extends java.lang.Object

    Created: 2019-08-21

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHost()  
      int getPort()  
      void setHost​(java.lang.String host)  
      void setPort​(int port)  
      • Methods inherited from class java.lang.Object

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

      • HttpListenerConfig

        public HttpListenerConfig()
    • Method Detail

      • getPort

        public int getPort()
      • setPort

        public void setPort​(int port)
      • getHost

        public java.lang.String getHost()
      • setHost

        public void setHost​(java.lang.String host)