public interface NetconfSessionFactory
| Modifier and Type | Method and Description |
|---|---|
NetconfSession |
createNetconfSession(NetconfDeviceInfo netconfDeviceInfo)
Creates a new NETCONF session for the specified device.
|
NetconfSession createNetconfSession(NetconfDeviceInfo netconfDeviceInfo) throws NetconfException
netconfDeviceInfo - information of the device to create the session for.NetconfException - when problems arise establishing the connection.