Uses of Class
com.vhosting.netconf.transport.NetconfTransportError.NetconfFailCause

Packages that use NetconfTransportError.NetconfFailCause
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages. 
 

Uses of NetconfTransportError.NetconfFailCause in com.vhosting.netconf.transport
 

Methods in com.vhosting.netconf.transport that return NetconfTransportError.NetconfFailCause
static NetconfTransportError.NetconfFailCause NetconfTransportError.NetconfFailCause.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetconfTransportError.NetconfFailCause[] NetconfTransportError.NetconfFailCause.values()
          Returns an array containing the constants of this enum type, in the order they are declared.