Package kilim.http
Class HttpServer.Factory
- java.lang.Object
-
- kilim.http.HttpServer.Factory
-
- All Implemented Interfaces:
NioSelectorScheduler.SessionFactory
- Enclosing class:
- HttpServer
public static class HttpServer.Factory extends java.lang.Object implements NioSelectorScheduler.SessionFactory
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HttpSession.StringRouterhandler
-
Constructor Summary
Constructors Constructor Description Factory(HttpSession.StringRouter handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionTaskget()
-
-
-
Field Detail
-
handler
HttpSession.StringRouter handler
-
-
Constructor Detail
-
Factory
public Factory(HttpSession.StringRouter handler)
-
-
Method Detail
-
get
public SessionTask get() throws java.lang.Exception
- Specified by:
getin interfaceNioSelectorScheduler.SessionFactory- Throws:
java.lang.Exception
-
-