Uses of Class
com.google.code.yanf4j.nio.impl.NioController
-
Packages that use NioController Package Description com.google.code.yanf4j.nio Nio implementationcom.google.code.yanf4j.nio.impl net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of NioController in com.google.code.yanf4j.nio
Subclasses of NioController in com.google.code.yanf4j.nio Modifier and Type Class Description classTCPControllerController for tcp server -
Uses of NioController in com.google.code.yanf4j.nio.impl
Subclasses of NioController in com.google.code.yanf4j.nio.impl Modifier and Type Class Description classSocketChannelControllerNio tcp socket controllerFields in com.google.code.yanf4j.nio.impl declared as NioController Modifier and Type Field Description private NioControllerReactor. controllerprivate NioControllerSelectorManager. controllerMethods in com.google.code.yanf4j.nio.impl that return NioController Modifier and Type Method Description NioControllerSelectorManager. getController()Constructors in com.google.code.yanf4j.nio.impl with parameters of type NioController Constructor Description SelectorManager(int selectorPoolSize, NioController controller, Configuration conf) -
Uses of NioController in net.rubyeye.xmemcached.impl
Subclasses of NioController in net.rubyeye.xmemcached.impl Modifier and Type Class Description classMemcachedConnectorConnected session manager
-