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

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

Uses of NetconfTransportEvent.EventType in com.vhosting.netconf.transport
 

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