Generated by
JDiff

Class org.apache.zookeeper.ClientCnxn

Removed Constructors
ClientCnxn(String, int, ZooKeeper, ClientWatchManager)  
ClientCnxn(String, int, ZooKeeper, ClientWatchManager, long, byte[]) Creates a connection object.
 

Added Constructors
ClientCnxn(String, HostProvider, int, ZooKeeper, ClientWatchManager, ClientCnxnSocket, boolean) Creates a connection object.
ClientCnxn(String, HostProvider, int, ZooKeeper, ClientWatchManager, ClientCnxnSocket, long, byte[], boolean) Creates a connection object.
 

Added Methods
boolean getDisableAutoResetWatch() tests use this to check on reset of watches
int getSessionTimeout()  
void queuePacket(RequestHeader, ReplyHeader, Record, Record, AsyncCallback)  
void setDisableAutoResetWatch(boolean) tests use this to set the auto reset
void start()  
 

Removed Fields
boolean disableAutoWatchReset This controls whether automatic watch resetting is enabled.
 

Added Fields
ZooKeeperSaslClient zooKeeperSaslClient  
 

Changed Fields
int packetLen Change from non-final to final.