Uses of Interface
com.vhosting.netconf.transport.NetconfTransportError

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

Uses of NetconfTransportError in com.vhosting.netconf.transport
 

Classes in com.vhosting.netconf.transport that implement NetconfTransportError
 class NetconfTransportException
          This exception is throws when an error occur into the transport layer or a netconf message can not be sent for any reason.
 

Methods in com.vhosting.netconf.transport that return NetconfTransportError
 NetconfTransportError NetconfTransportEvent.getTransportError()
          Return the transport error if present.