Class HdapHttpApplication

java.lang.Object
org.forgerock.opendj.hdap.HdapHttpApplication
All Implemented Interfaces:
org.forgerock.http.HttpApplication

public final class HdapHttpApplication extends Object implements org.forgerock.http.HttpApplication
Hdap Http application.
  • Constructor Details

    • HdapHttpApplication

      public HdapHttpApplication()
      Default constructor called by the HTTP Framework which will use the default configuration directory.
  • Method Details

    • start

      public org.forgerock.http.Handler start() throws org.forgerock.http.HttpApplicationException
      Specified by:
      start in interface org.forgerock.http.HttpApplication
      Throws:
      org.forgerock.http.HttpApplicationException
    • getBufferFactory

      public Factory<org.forgerock.http.io.Buffer> getBufferFactory()
      Specified by:
      getBufferFactory in interface org.forgerock.http.HttpApplication
    • stop

      public void stop()
      Specified by:
      stop in interface org.forgerock.http.HttpApplication