Generated by
JDiff

Class org.apache.zookeeper.ClientCnxn

Added Methods
boolean getDisableAutoResetWatch() tests use this to check on reset of watches
int getSessionTimeout()  
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.
 

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