Class ServicePool

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIP()
      Gets the ip number that the daemon is listening on.
      java.lang.String getName()
      Gets the name of the service.
      int getPort()
      Gets the port number that the daemon is listening on.
      void init​(java.util.Properties props)
      Pulls out the access log information
      void service​(java.net.Socket socket)  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait