| 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 |
DeviceProviderService
Service through which device providers can inject device information into
the core.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowRuleProviderService
Service through which flow rule providers can inject information into
the core.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostProviderService
Means of conveying host information to the core.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkProviderService
Means for injecting link information into the core.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PacketProviderService
Entity capable of processing inbound packets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProviderRegistry<P extends Provider,S extends ProviderService<P>>
Base implementation of provider registry.
|
interface |
ProviderRegistry<P extends Provider,S extends ProviderService<P>>
Registry for tracking information providers with the core.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProviderService<P extends Provider>
Base implementation of a provider service, which tracks the provider to
which it is issued and can be invalidated.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologyProviderService
Means for injecting topology information into the core.
|
Copyright © 2015. All rights reserved.