Uses of Class
io.lighty.modules.northbound.restconf.community.impl.config.JsonRestConfServiceType
-
Packages that use JsonRestConfServiceType Package Description io.lighty.modules.northbound.restconf.community.impl io.lighty.modules.northbound.restconf.community.impl.config -
-
Uses of JsonRestConfServiceType in io.lighty.modules.northbound.restconf.community.impl
Constructors in io.lighty.modules.northbound.restconf.community.impl with parameters of type JsonRestConfServiceType 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) -
Uses of JsonRestConfServiceType in io.lighty.modules.northbound.restconf.community.impl.config
Methods in io.lighty.modules.northbound.restconf.community.impl.config that return JsonRestConfServiceType Modifier and Type Method Description JsonRestConfServiceTypeRestConfConfiguration. getJsonRestconfServiceType()static JsonRestConfServiceTypeJsonRestConfServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonRestConfServiceType[]JsonRestConfServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lighty.modules.northbound.restconf.community.impl.config with parameters of type JsonRestConfServiceType Modifier and Type Method Description voidRestConfConfiguration. setJsonRestconfServiceType(JsonRestConfServiceType jsonRestconfServiceType)
-