Class BKHttpServiceProvider

java.lang.Object
org.apache.bookkeeper.server.http.BKHttpServiceProvider
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.bookkeeper.http.HttpServiceProvider

public class BKHttpServiceProvider extends Object implements org.apache.bookkeeper.http.HttpServiceProvider
Bookkeeper based implementation of HttpServiceProvider, which provide bookkeeper services to handle http requests from different http endpoints.
  • Method Details

    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException
    • provideHttpEndpointService

      public org.apache.bookkeeper.http.service.HttpEndpointService provideHttpEndpointService(org.apache.bookkeeper.http.HttpServer.ApiType type)
      Specified by:
      provideHttpEndpointService in interface org.apache.bookkeeper.http.HttpServiceProvider