| Package | Description |
|---|---|
| org.onosproject.net.behaviour |
Abstractions of various device configuration or device adaptation behaviours;
counterpart to the device driver subsystem.
|
| org.onosproject.net.driver |
Set of facilities to allow the platform to be extended with
device specific behaviours and to allow modeling device behaviours while
hiding details of specific device driver implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BridgeConfig
Behaviour for handling various drivers for bridge configurations.
|
interface |
MplsQuery
A HandlerBehaviour to check the capability of MPLS.
|
interface |
Pipeliner
Behaviour for handling various pipelines.
|
interface |
PortAdmin
Means to administratively enable/disable a logical port at the device.
|
interface |
PortConfig
Means to configure a logical port at the device.
|
interface |
TunnelConfig
Behaviour for handling various drivers for tunnel configuration.
|
interface |
VlanQuery
A HandlerBehaviour to check the capability of VLAN.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DriverConnect
Abstraction of handler behaviour used to set-up and tear-down driver
connection with a device.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHandlerBehaviour
Base implementation of device driver handler behaviour.
|
Copyright © 2015. All rights reserved.