| 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 |
DeviceProvider
Abstraction of a device information provider.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowRuleProvider
Abstraction of a flow rule provider.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HostProvider
Provider of information about hosts and their location on the network.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkProvider
Abstraction of an entity providing information about infrastructure links
to the core.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PacketProvider
Abstraction of a packet provider capable of emitting packets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProviderRegistry<P extends Provider,S extends ProviderService<P>>
Base implementation of provider registry.
|
class |
AbstractProviderService<P extends Provider>
Base implementation of a provider service, which tracks the provider to
which it is issued and can be invalidated.
|
interface |
ProviderRegistry<P extends Provider,S extends ProviderService<P>>
Registry for tracking information providers with the core.
|
interface |
ProviderService<P extends Provider>
Abstraction of a service through which providers can inject information
about the network environment into the core.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProvider
Base provider implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopologyProvider
Means for injecting topology information into the core.
|
Copyright © 2015. All rights reserved.