Uses of Interface
kilim.nio.NioSelectorScheduler.SessionFactory
-
Packages that use NioSelectorScheduler.SessionFactory Package Description kilim.http kilim.nio -
-
Uses of NioSelectorScheduler.SessionFactory in kilim.http
Classes in kilim.http that implement NioSelectorScheduler.SessionFactory Modifier and Type Class Description static classHttpServer.FactoryMethods in kilim.http with parameters of type NioSelectorScheduler.SessionFactory Modifier and Type Method Description voidHttpServer. listen(int port, NioSelectorScheduler.SessionFactory factory, Scheduler httpSessionScheduler)Constructors in kilim.http with parameters of type NioSelectorScheduler.SessionFactory Constructor Description HttpServer(int port, NioSelectorScheduler.SessionFactory factory) -
Uses of NioSelectorScheduler.SessionFactory in kilim.nio
Fields in kilim.nio declared as NioSelectorScheduler.SessionFactory Modifier and Type Field Description (package private) NioSelectorScheduler.SessionFactoryNioSelectorScheduler.ListenTask. factoryMethods in kilim.nio with parameters of type NioSelectorScheduler.SessionFactory Modifier and Type Method Description intNioSelectorScheduler. listen(int port, NioSelectorScheduler.SessionFactory factory, Scheduler sockTaskScheduler)
-