| Interface | Description |
|---|---|
| NetconfSessionDelegate |
Entity associated with a NetconfSessionImpl and capable of receiving notifications of
events about the session.
|
| NetconfStreamHandler |
Interface to represent an objects that does all the IO on a NETCONF session
with a device.
|
| Class | Description |
|---|---|
| DefaultNetconfDevice |
Default implementation of a NETCONF device.
|
| NetconfControllerImpl |
The implementation of NetconfController.
|
| NetconfDeviceOutputEventListenerImpl |
Example of a listener for events that happen a Netconf session established
for a particular NETCONF device.
|
| NetconfSessionImpl |
Implementation of a NETCONF session to talk to a device.
|
| NetconfStreamThread |
Thread that gets spawned each time a session is established and handles all the input
and output from the session's streams to and from the NETCONF device the session is
established with.
|
| Enum | Description |
|---|---|
| NetconfStreamThread.NetconfMessageState |