Package org.opendaylight.netconf.tcp
Class NetconfNorthboundTcpServer
- java.lang.Object
-
- org.opendaylight.netconf.tcp.NetconfNorthboundTcpServer
-
- All Implemented Interfaces:
AutoCloseable
public class NetconfNorthboundTcpServer extends Object implements AutoCloseable
Create an MD-SAL NETCONF server using TCP.
-
-
Constructor Summary
Constructors Constructor Description NetconfNorthboundTcpServer(org.opendaylight.netconf.api.NetconfServerDispatcher netconfServerDispatcher, String address, String port)
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
-