Class CommunityRestConf

    • Constructor Summary

      Constructors 
      Constructor Description
      CommunityRestConf​(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, 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, int webSocketPort, JsonRestConfServiceType jsonRestconfServiceType, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, ExecutorService executorService)  
      CommunityRestConf​(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, 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, int webSocketPort, JsonRestConfServiceType jsonRestconfServiceType, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService, InetAddress inetAddress, int httpPort, String restconfServletContextPath, ExecutorService executorService, LightyServerBuilder serverBuilder)  
    • Constructor Detail

      • CommunityRestConf

        public CommunityRestConf​(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker,
                                 org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
                                 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,
                                 int webSocketPort,
                                 JsonRestConfServiceType jsonRestconfServiceType,
                                 org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService,
                                 InetAddress inetAddress,
                                 int httpPort,
                                 String restconfServletContextPath,
                                 ExecutorService executorService,
                                 LightyServerBuilder serverBuilder)
      • CommunityRestConf

        public CommunityRestConf​(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker,
                                 org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService,
                                 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,
                                 int webSocketPort,
                                 JsonRestConfServiceType jsonRestconfServiceType,
                                 org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService,
                                 InetAddress inetAddress,
                                 int httpPort,
                                 String restconfServletContextPath,
                                 ExecutorService executorService)
    • Method Detail

      • startServer

        public void startServer()
      • getRestconfImpl

        public org.opendaylight.netconf.sal.restconf.impl.RestconfImpl getRestconfImpl()
      • getBrokerFacade

        public org.opendaylight.netconf.sal.restconf.impl.BrokerFacade getBrokerFacade()
      • getControllerContext

        public org.opendaylight.netconf.sal.restconf.impl.ControllerContext getControllerContext()