Uses of Class
com.vhosting.netconf.messages.HelloMsg

Packages that use HelloMsg
com.vhosting.netconf.messages Contains classes used by the system and that serve to define the XML messages of Netconf protocol. 
 

Uses of HelloMsg in com.vhosting.netconf.messages
 

Methods in com.vhosting.netconf.messages that return HelloMsg
static HelloMsg HelloMsg.createServerHello(byte[] message)
          Create the server side Hello message from a byte array as source.