Package me.server

Class HTTPServer


  • public class HTTPServer
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      HTTPServer​(int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPort()  
      • Methods inherited from class java.lang.Object

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

      • HTTPServer

        public HTTPServer​(int port)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getPort

        public int getPort()