Package com.vhosting.netconf.transport

Contains everything related to the transport protocol of Netconf messages.

See:
          Description

Interface Summary
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.
 

Class Summary
Capability This class represents a generic capability.
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.
NetconfTransportEvent This is an event that is passed through NetconfCatcherListener when events concerning the transport protocol are presented.
Session This class represents a session of talks with a server.
 

Enum Summary
NetconfCatcher.LogLevel This enumeration lists the possible levels of writing logs.
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.EventType This enumeration lists all types of events that may belong to an Event.
 

Exception Summary
NetconfTransportException This exception is throws when an error occur into the transport layer or a netconf message can not be sent for any reason.
 

Package com.vhosting.netconf.transport Description

Contains everything related to the transport protocol of Netconf messages.