Uses of Class
com.google.code.yanf4j.nio.impl.SelectorManager
-
Packages that use SelectorManager Package Description com.google.code.yanf4j.nio Nio implementationcom.google.code.yanf4j.nio.impl -
-
Uses of SelectorManager in com.google.code.yanf4j.nio
Fields in com.google.code.yanf4j.nio declared as SelectorManager Modifier and Type Field Description SelectorManagerNioSessionConfig. selectorManagerConstructors in com.google.code.yanf4j.nio with parameters of type SelectorManager Constructor Description NioSessionConfig(java.nio.channels.SelectableChannel sc, Handler handler, SelectorManager reactor, CodecFactory codecFactory, Statistics statistics, java.util.Queue<WriteMessage> queue, Dispatcher dispatchMessageDispatcher, boolean handleReadWriteConcurrently, long sessionTimeout, long sessionIdleTimeout) -
Uses of SelectorManager in com.google.code.yanf4j.nio.impl
Fields in com.google.code.yanf4j.nio.impl declared as SelectorManager Modifier and Type Field Description protected SelectorManagerAbstractNioSession. selectorManagerprotected SelectorManagerNioController. selectorManagerprivate SelectorManagerReactor. selectorManagerMethods in com.google.code.yanf4j.nio.impl that return SelectorManager Modifier and Type Method Description SelectorManagerNioController. getSelectorManager()Constructors in com.google.code.yanf4j.nio.impl with parameters of type SelectorManager Constructor Description Reactor(SelectorManager selectorManager, Configuration configuration, int index)
-