Uses of Class
kilim.http.HttpSession
Packages that use HttpSession
-
Uses of HttpSession in kilim.examples
Subclasses of HttpSession in kilim.examplesModifier and TypeClassDescriptionclassA simple file server over http Usage: Run java kilim.examples.HttpFileServer [base directory name] From a browser, go to "http://localhost:7262".static class -
Uses of HttpSession in kilim.http
Subclasses of HttpSession in kilim.httpModifier and TypeClassDescriptionstatic classstatic classMethod parameters in kilim.http with type arguments of type HttpSessionModifier and TypeMethodDescriptionvoidHttpServer.listen(int port, 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 HttpSessionModifierConstructorDescriptionHttpServer(int port, Class<? extends HttpSession> httpSessionClass) Creates a separate thread and a selector for the select loop and callslisteninvalid reference
#listen(int, Class)