Uses of Class
kilim.http.HttpSession
-
Packages that use HttpSession Package Description kilim.examples kilim.http -
-
Uses of HttpSession in kilim.examples
Subclasses of HttpSession in kilim.examples Modifier and Type Class Description classHttpFileServerA simple file server over http Usage: Run java kilim.examples.HttpFileServer [base directory name] From a browser, go to "http://localhost:7262".static classSimpleHttpServer.SimpleHttpSession -
Uses of HttpSession in kilim.http
Subclasses of HttpSession in kilim.http Modifier and Type Class Description static classHttpSession.StringSessionstatic classKilimMvc.SessionMethod parameters in kilim.http with type arguments of type HttpSession Modifier and Type Method Description voidHttpServer. listen(int port, java.lang.Class<? extends HttpSession> httpSessionClass, Scheduler httpSessionScheduler)Sets up a listener on the supplied port, and when a fresh connection comes in, it creates a new instance of the httpSessionClass task and exceutes it on the supplied scheduler.Constructor parameters in kilim.http with type arguments of type HttpSession Constructor Description HttpServer(int port, java.lang.Class<? extends HttpSession> httpSessionClass)Creates a separate thread and a selector for the select loop and calls#listen(int, Class)listen
-