Interface StoppableHttpService
-
- All Known Implementing Classes:
HttpServiceEnabled
public interface StoppableHttpServiceInterface to be implemented by theseWebContainerimplementations that can be stopped. This interface shuold not be part ofobjectClassproperty of OSGi service, because we don't want users to stop the service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstop()Stop theHttpService.
-