public class CommunityRestConf extends AbstractLightyModule
| Constructor and Description |
|---|
CommunityRestConf(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService,
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService,
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService,
int webSocketPort,
JsonRestConfServiceType jsonRestconfServiceType,
org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService,
InetAddress inetAddress,
int httpPort,
String restconfServletContextPath,
ExecutorService executorService) |
CommunityRestConf(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService,
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService,
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService,
int webSocketPort,
JsonRestConfServiceType jsonRestconfServiceType,
org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService,
InetAddress inetAddress,
int httpPort,
String restconfServletContextPath,
ExecutorService executorService,
LightyServerBuilder serverBuilder) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
initProcedure() |
void |
startServer() |
protected boolean |
stopProcedure() |
shutdown, start, startBlocking, startBlockingpublic CommunityRestConf(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService,
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService,
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService,
int webSocketPort,
JsonRestConfServiceType jsonRestconfServiceType,
org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService,
InetAddress inetAddress,
int httpPort,
String restconfServletContextPath,
ExecutorService executorService,
LightyServerBuilder serverBuilder)
public CommunityRestConf(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService,
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService,
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService,
int webSocketPort,
JsonRestConfServiceType jsonRestconfServiceType,
org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService,
InetAddress inetAddress,
int httpPort,
String restconfServletContextPath,
ExecutorService executorService)
protected boolean initProcedure()
initProcedure in class AbstractLightyModuleprotected boolean stopProcedure()
stopProcedure in class AbstractLightyModulepublic void startServer()
Copyright © 2020. All rights reserved.