Uses of Package
com.vhosting.netconf.transport

Packages that use com.vhosting.netconf.transport
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
com.vhosting.netconf.messages Contains classes used by the system and that serve to define the XML messages of Netconf protocol. 
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages. 
com.vhosting.netconf.transport.ssh This is the entry point of a Netconf application over SSH-2. 
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Classes in com.vhosting.netconf.transport used by com.vhosting.netconf
Capability
          This class represents a generic capability.
Session
          This class represents a session of talks with a server.
 

Classes in com.vhosting.netconf.transport used by com.vhosting.netconf.frame
Capability
          This class represents a generic capability.
Session
          This class represents a session of talks with a server.
 

Classes in com.vhosting.netconf.transport used by com.vhosting.netconf.messages
Capability
          This class represents a generic capability.
 

Classes in com.vhosting.netconf.transport used by com.vhosting.netconf.transport
Capability
          This class represents a generic capability.
Capability.CapabilityParams
          This class defines the parameters for a capability provided by the server.
NetconfCatcher.LogLevel
          This enumeration lists the possible levels of writing logs.
NetconfCatcherListener
          This listener is used by NetconfCatcher to allow the management of events relating to the connection-level transport protocol.
NetconfTransportError
          This interface provides all the information about errors that may occur at the level of transport protocol and Netconf protocol when for some reason, a message can not be sent or received.
NetconfTransportError.FailCause
          This interface represents the result of a mistake that can occur at any level of protocol.
NetconfTransportError.NetconfFailCause
          This enum groups all the causes of failure into the Netconf protocol.
NetconfTransportError.TransportFailCause
          This enum groups all the causes of failure are common to all types of transport protocol.
NetconfTransportEvent
          This is an event that is passed through NetconfCatcherListener when events concerning the transport protocol are presented.
NetconfTransportEvent.EventType
          This enumeration lists all types of events that may belong to an Event.
Session
          This class represents a session of talks with a server.
 

Classes in com.vhosting.netconf.transport used by com.vhosting.netconf.transport.ssh
NetconfCatcher
          This abstract class implements all the aspects that characterize a Netconf connection and through its protected methods you can create a subclass that implements directly a certain type of transport protocol.
NetconfTransportError.FailCause
          This interface represents the result of a mistake that can occur at any level of protocol.
 

Classes in com.vhosting.netconf.transport used by com.vhosting.netconf.yuma
Capability
          This class represents a generic capability.
Session
          This class represents a session of talks with a server.