Uses of Interface
com.google.code.yanf4j.core.ControllerLifeCycle
-
Packages that use ControllerLifeCycle Package Description com.google.code.yanf4j.core.impl 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 ControllerLifeCycle in com.google.code.yanf4j.core.impl
Classes in com.google.code.yanf4j.core.impl that implement ControllerLifeCycle Modifier and Type Class Description class
AbstractController
Base controller -
Uses of ControllerLifeCycle in com.google.code.yanf4j.nio
Classes in com.google.code.yanf4j.nio that implement ControllerLifeCycle Modifier and Type Class Description class
TCPController
Controller for tcp server -
Uses of ControllerLifeCycle in com.google.code.yanf4j.nio.impl
Classes in com.google.code.yanf4j.nio.impl that implement ControllerLifeCycle Modifier and Type Class Description class
NioController
Base nio controllerclass
SocketChannelController
Nio tcp socket controller -
Uses of ControllerLifeCycle in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement ControllerLifeCycle Modifier and Type Class Description class
MemcachedConnector
Connected session manager
-