Netconf4Android (and Java)

Packages
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes.
com.vhosting.netconf.example Contains examples and code to test the product API.
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply.
com.vhosting.netconf.messages Contains classes used by the system and that serve to define the XML messages of Netconf protocol.
com.vhosting.netconf.notification Contains what you need to receive notifications.
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages.
com.vhosting.netconf.transport.ssh This is the entry point of a Netconf application over SSH-2.
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability.