Uses of Class
kilim.nio.SessionTask
Packages that use SessionTask
-
Uses of SessionTask in kilim.examples
Subclasses of SessionTask 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 classServer is a SessionTask, which means an instance of it is created by the NioSelectorScheduler on an incoming connection.static class -
Uses of SessionTask in kilim.http
Subclasses of SessionTask in kilim.httpModifier and TypeClassDescriptionclassResponsible for creating an HTTPRequest object out of raw bytes from a socket, and for sending an HTTPResponse object in its entirety.static classstatic classMethods in kilim.http that return SessionTask -
Uses of SessionTask in kilim.nio
Subclasses of SessionTask in kilim.nioFields in kilim.nio with type parameters of type SessionTaskModifier and TypeFieldDescription(package private) Class<? extends SessionTask> NioSelectorScheduler.ListenTask.sessionClassMethods in kilim.nio that return SessionTaskMethod parameters in kilim.nio with type arguments of type SessionTaskModifier and TypeMethodDescriptionintNioSelectorScheduler.listen(int port, Class<? extends SessionTask> sockTaskClass, Scheduler sockTaskScheduler)