Class HttpLauncher


  • public class HttpLauncher
    extends java.lang.Object
    Request, Response 인스턴스를 만들고 HTTP 요청을 분기한다.
    See Also:
    Request, Response
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpLauncher()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void execute​(java.net.Socket connect)
      소켓을 받아 Request, Response 인스턴스를 만든 후 핸들러 혹은 정적 자원을 찾는다.
      • Methods inherited from class java.lang.Object

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

      • HttpLauncher

        public HttpLauncher()
    • Method Detail

      • execute

        public static void execute​(java.net.Socket connect)
        소켓을 받아 Request, Response 인스턴스를 만든 후 핸들러 혹은 정적 자원을 찾는다.
        Parameters:
        connect - 소켓