Class UnimplementedRequestProcessor

java.lang.Object
org.apache.zookeeper.server.UnimplementedRequestProcessor
All Implemented Interfaces:
RequestProcessor

public class UnimplementedRequestProcessor extends Object implements RequestProcessor
Manages the unknown requests (i.e. unknown OpCode), by: - sending back the KeeperException.UnimplementedException() error code to the client - closing the connection.