Class CommunityRestConf

java.lang.Object
io.lighty.core.controller.api.AbstractLightyModule
io.lighty.modules.northbound.restconf.community.impl.CommunityRestConf
All Implemented Interfaces:
LightyModule

public class CommunityRestConf extends AbstractLightyModule
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath)
     
    CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, LightyServerBuilder serverBuilder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    void
     
    protected boolean
     

    Methods inherited from class io.lighty.core.controller.api.AbstractLightyModule

    shutdown, shutdown, start, startBlocking, startBlocking

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CommunityRestConf

      public CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, LightyServerBuilder serverBuilder)
    • CommunityRestConf

      public CommunityRestConf(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath)
  • Method Details