Uses of Class
kilim.nio.SessionTask
-
Packages that use SessionTask Package Description kilim.examples kilim.http kilim.nio -
-
Uses of SessionTask in kilim.examples
Subclasses of SessionTask 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 classPing.ServerServer is a SessionTask, which means an instance of it is created by the NioSelectorScheduler on an incoming connection.static classSimpleHttpServer.SimpleHttpSession -
Uses of SessionTask in kilim.http
Subclasses of SessionTask in kilim.http Modifier and Type Class Description classHttpSessionResponsible for creating an HTTPRequest object out of raw bytes from a socket, and for sending an HTTPResponse object in its entirety.static classHttpSession.StringSessionstatic classKilimMvc.SessionMethods in kilim.http that return SessionTask Modifier and Type Method Description SessionTaskHttpServer.Factory. get() -
Uses of SessionTask in kilim.nio
Subclasses of SessionTask in kilim.nio Modifier and Type Class Description (package private) classNioSelectorScheduler.ListenTaskFields in kilim.nio with type parameters of type SessionTask Modifier and Type Field Description (package private) java.lang.Class<? extends SessionTask>NioSelectorScheduler.ListenTask. sessionClassMethods in kilim.nio that return SessionTask Modifier and Type Method Description SessionTaskNioSelectorScheduler.SessionFactory. get()Method parameters in kilim.nio with type arguments of type SessionTask Modifier and Type Method Description intNioSelectorScheduler. listen(int port, java.lang.Class<? extends SessionTask> sockTaskClass, Scheduler sockTaskScheduler)
-