Package org.sam.server.http.context
Class HttpLauncher
- java.lang.Object
-
- org.sam.server.http.context.HttpLauncher
-
-
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 인스턴스를 만든 후 핸들러 혹은 정적 자원을 찾는다.
-