Interface StoppableHttpService

  • All Known Implementing Classes:
    HttpServiceEnabled

    public interface StoppableHttpService
    Interface to be implemented by these WebContainer implementations that can be stopped. This interface shuold not be part of objectClass property of OSGi service, because we don't want users to stop the service.
    • Method Detail

      • stop

        void stop()
        Stop the HttpService. It doesn't directly mean stop the underlying HTTP server, it's more like marking a HttpService as no longer open for registration of web elements.