Class ProtocolManager

java.lang.Object
org.apache.zookeeper.compat.ProtocolManager

public final class ProtocolManager extends Object
A manager for switching behaviours between difference wire protocol.

Basically, wire protocol should be backward and forward compatible between minor versions. However, there are several cases that it's different due to Jute's limitations.

  • Constructor Details

    • ProtocolManager

      public ProtocolManager()
  • Method Details