Class ConfigurationService

java.lang.Object
org.apache.bookkeeper.server.http.service.ConfigurationService
All Implemented Interfaces:
org.apache.bookkeeper.http.service.HttpEndpointService

public class ConfigurationService extends Object implements org.apache.bookkeeper.http.service.HttpEndpointService
HttpEndpointService that handle Bookkeeper Configuration related http request.
  • Field Details

  • Constructor Details

  • Method Details

    • handle

      public org.apache.bookkeeper.http.service.HttpServiceResponse handle(org.apache.bookkeeper.http.service.HttpServiceRequest request) throws Exception
      Specified by:
      handle in interface org.apache.bookkeeper.http.service.HttpEndpointService
      Throws:
      Exception