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
long getLastZxid()  
int getSessionTimeout()  
int getXid()  
void saslCompleted()  
void sendPacket(Record, Record, AsyncCallback, int)  
void start()  
ReplyHeader submitRequest(RequestHeader, Record, Record, WatchRegistration, WatchDeregistration)  
 

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

Added Fields
ZooKeeperSaslClient zooKeeperSaslClient