Class RestConfConfiguration


  • public class RestConfConfiguration
    extends Object
    • Constructor Detail

      • RestConfConfiguration

        public RestConfConfiguration()
      • RestConfConfiguration

        public RestConfConfiguration​(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,
                                     org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService)
    • Method Detail

      • setInetAddress

        public void setInetAddress​(InetAddress inetAddress)
      • getDomDataBroker

        public org.opendaylight.mdsal.dom.api.DOMDataBroker getDomDataBroker()
      • setDomDataBroker

        public void setDomDataBroker​(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker)
      • getSchemaService

        public org.opendaylight.mdsal.dom.api.DOMSchemaService getSchemaService()
      • setSchemaService

        public void setSchemaService​(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService)
      • getDomRpcService

        public org.opendaylight.mdsal.dom.api.DOMRpcService getDomRpcService()
      • setDomRpcService

        public void setDomRpcService​(org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService)
      • getDomActionService

        public org.opendaylight.mdsal.dom.api.DOMActionService getDomActionService()
      • setDomActionService

        public void setDomActionService​(org.opendaylight.mdsal.dom.api.DOMActionService domActionService)
      • getDomNotificationService

        public org.opendaylight.mdsal.dom.api.DOMNotificationService getDomNotificationService()
      • setDomNotificationService

        public void setDomNotificationService​(org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService)
      • getDomMountPointService

        public org.opendaylight.mdsal.dom.api.DOMMountPointService getDomMountPointService()
      • setDomMountPointService

        public void setDomMountPointService​(org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService)
      • getWebSocketPort

        public int getWebSocketPort()
      • setWebSocketPort

        public void setWebSocketPort​(int webSocketPort)
      • setJsonRestconfServiceType

        public void setJsonRestconfServiceType​(JsonRestConfServiceType jsonRestconfServiceType)
      • getHttpPort

        public int getHttpPort()
      • setHttpPort

        public void setHttpPort​(int httpPort)
      • getRestconfServletContextPath

        public String getRestconfServletContextPath()
      • setRestconfServletContextPath

        public void setRestconfServletContextPath​(String restconfServletContextPath)
      • getDomSchemaService

        public org.opendaylight.mdsal.dom.api.DOMSchemaService getDomSchemaService()
      • setDomSchemaService

        public void setDomSchemaService​(org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object