public class WebServerService extends TestService
| Modifier and Type | Class and Description |
|---|---|
static class |
WebServerService.WebServer |
TestService.TestServiceScope| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ConfigurableApplicationContext |
context |
log, scope| Constructor and Description |
|---|
WebServerService() |
WebServerService(Class<?> webServerClass) |
| Modifier and Type | Method and Description |
|---|---|
static int |
getAppHttpPort() |
static int |
getAppHttpsPort() |
org.springframework.context.ConfigurableApplicationContext |
getContext() |
TestService.TestServiceScope |
getScope() |
void |
setWebServerClass(Class<?> webServerClass) |
void |
start() |
void |
stop() |
public WebServerService()
public WebServerService(Class<?> webServerClass)
public void start()
start in class TestServicepublic void stop()
stop in class TestServicepublic TestService.TestServiceScope getScope()
getScope in class TestServicepublic org.springframework.context.ConfigurableApplicationContext getContext()
public static int getAppHttpsPort()
public static int getAppHttpPort()
public void setWebServerClass(Class<?> webServerClass)
Copyright © 2018 Kurento. All rights reserved.