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.
The raw data input to IOSubscriber instances may not work correctly under some not frequent circumstances; such as, when a 1.1 frame chunk arrives in two pieces split inside the chunk header, or when two 1.0 frames come in one read, the subscribers may be notified repeatedly about some part of the data.
The raw data input to IOSubscriber instances may not work correctly under some not frequent circumstances; such as, when a 1.1 frame chunk arrives in two pieces split inside the chunk header, or when two 1.0 frames come in one
read
, the subscribers may be notified repeatedly about some part of the data.