Class ControllableConnection

java.lang.Object
org.apache.zookeeper.server.ServerCnxn
org.apache.zookeeper.server.NIOServerCnxn
org.apache.zookeeper.server.controller.ControllableConnection
All Implemented Interfaces:
ServerWatcher, Watcher

public class ControllableConnection extends NIOServerCnxn
Extension of NIOServerCnxn which can inject changes per controller commands. Similar extensions can implement on top of NettyServerCnxn as well.