| Package | Description |
|---|---|
| org.onosproject.app |
Set of abstractions for managing network control applications.
|
| org.onosproject.cluster |
Set of abstractions for dealing with controller cluster related topics.
|
| org.onosproject.event |
Local event delivery subsystem interfaces & supporting abstractions.
|
| org.onosproject.mastership |
Set of abstractions for dealing with controller mastership related topics.
|
| org.onosproject.net.config |
Subsystem for tracking network environment configuration.
|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.edge |
Service for interacting with network edge.
|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.group |
Abstractions for interacting with device port groups.
|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| 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.
|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| org.onosproject.net.meter |
Flow meter model and related services.
|
| org.onosproject.net.resource.link |
Services for reserving links and their capacity as network resources,
e.g. bandwidth, lambdas.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationListener
Entity capable of receiving application related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClusterEventListener
Entity capable of receiving device cluster-related events.
|
interface |
LeadershipEventListener
Entity capable of receiving device leadership-related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventListener<E extends Event>
Entity capable of receiving events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MastershipListener
Entity capable of receiving device mastership-related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NetworkConfigListener
Entity capable of receiving network configuration related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceListener
Entity capable of receiving infrastructure device related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdgePortListener
Entity capable of receiving edge port events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowRuleListener
Entity capable of receiving flow rule related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GroupListener
Entity capable of receiving Group related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostListener
Entity capable of receiving end-station host related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntentListener
Listener for
intent events. |
interface |
PartitionEventListener
Entity capable of receiving device partition-related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkListener
Entity capable of receiving infrastructure link related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MeterListener
Entity capable of receiving Meter related events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkResourceListener
Entity for receiving link resource events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologyListener
Entity capable of receiving network topology related events.
|
Copyright © 2015. All rights reserved.