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

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

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

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