Uses of Class
com.vhosting.netconf.transport.NetconfTransportEvent

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

Uses of NetconfTransportEvent in com.vhosting.netconf.transport
 

Methods in com.vhosting.netconf.transport with parameters of type NetconfTransportEvent
 void NetconfCatcherListener.processTransportEvents(NetconfTransportEvent event)
          Through the implementation of this method can handle any kind of event that can be triggered during the operation of the transport protocol and the netconf protocol when sending and receiving messages.