| Interface | Description |
|---|---|
| NetconfController |
Abstraction of an NETCONF controller.
|
| NetconfDevice |
Interface representing a NETCONF device.
|
| NetconfDeviceFactory |
Abstract interface for the creation of a NETCONF device.
|
| NetconfDeviceListener |
Allows for providers interested in node events to be notified.
|
| NetconfDeviceOutputEventListener |
Interface for Netconf device output Listeners.
|
| NetconfSession |
NETCONF session object that allows NETCONF operations on top with the physical
device on top of an SSH connection.
|
| NetconfSessionFactory |
Abstract interface for the creation of a NETCONF session.
|
| Class | Description |
|---|---|
| NetconfDeviceInfo |
Represents a Netconf device information.
|
| NetconfDeviceOutputEvent |
Describes network configuration event.
|
| Enum | Description |
|---|---|
| NetconfDeviceOutputEvent.Type |
Type of network configuration events.
|
| Exception | Description |
|---|---|
| NetconfException |
Represents class of errors related to NETCONF SB protocol.
|