Class CommunityRestConf

    • 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.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.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)