Class NetconfNorthboundTcpServer

  • All Implemented Interfaces:
    AutoCloseable

    public class NetconfNorthboundTcpServer
    extends Object
    implements AutoCloseable
    Create an MD-SAL NETCONF server using TCP.
    • Constructor Detail

      • NetconfNorthboundTcpServer

        public NetconfNorthboundTcpServer​(org.opendaylight.netconf.api.NetconfServerDispatcher netconfServerDispatcher,
                                          String address,
                                          String port)