Class VeniceControllerRequestHandler

java.lang.Object
com.linkedin.venice.controller.server.VeniceControllerRequestHandler

public class VeniceControllerRequestHandler extends Object
The core handler for processing incoming requests in the VeniceController. Acts as the central entry point for handling requests received via both HTTP/REST and gRPC protocols. This class is responsible for managing all request handling operations for the VeniceController.