| Package | Description |
|---|---|
| org.onosproject.net.device |
Infrastructure device model & related services API definitions.
|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| org.onosproject.net.host |
End-station host model & related services API definitions.
|
| org.onosproject.net.link |
Infrastructure link model & related services API definitions.
|
| org.onosproject.net.packet |
Mechanism for processing inbound packets intercepted from the data plane and
for emitting outbound packets onto the data plane.
|
| org.onosproject.net.provider |
Base abstractions related to network entity providers and their brokers.
|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeviceProviderRegistry
Abstraction of a device provider registry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowRuleProviderRegistry
Abstraction for a flow rule provider registry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostProviderRegistry
Abstraction of a host provider registry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkProviderRegistry
Abstraction of an infrastructure link provider registry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PacketProviderRegistry
Abstraction of an infrastructure packet provider registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProviderRegistry<P extends Provider,S extends ProviderService<P>>
Base implementation of provider registry.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologyProviderRegistry
Abstraction of a network topology provider registry.
|
Copyright © 2015. All rights reserved.