tail-f-systems / JNC

JNC (Java NETCONF Client) is the name of a Java library for communicating with NETCONF agents, and a plugin for pyang (http://code.google.com/p/pyang/) to generate Java classes from YANG models, to be used by the JNC library.
Other
77 stars 87 forks source link

Added sendRpc() #52

Closed peergynt closed 9 years ago

peergynt commented 9 years ago

Added sendRpc() method to be able to send a fully formatted RPC message without trying to read a response.

klacke commented 9 years ago

Looks good. Thx,