| Package | Description |
|---|---|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Intent>,IntentInstaller<? extends Intent>> |
IntentExtensionService.getInstallers()
Returns immutable set of bindings of currently registered intent installers.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Intent> |
IntentExtensionService.registerInstaller(Class<T> cls,
IntentInstaller<T> installer)
Registers the specified installer for the given installable intent class.
|
Copyright © 2015. All rights reserved.