Package com.google.code.yanf4j.core
Interface ControllerLifeCycle
-
- All Known Implementing Classes:
AbstractController,MemcachedConnector,NioController,SocketChannelController,TCPController
public interface ControllerLifeCycleController lifecycle mark interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyAllSessionClosed()voidnotifyException(java.lang.Throwable t)voidnotifyReady()voidnotifyStarted()voidnotifyStopped()
-