A B C D E F G H I K L M N O P R S T U V W X Y

N

name - Variable in class com.vhosting.netconf.frame.Identity
The identity name.
namespaceURI - Variable in class com.vhosting.netconf.frame.Identity
The identity namespace URI.
NetconfCatcher - Class in com.vhosting.netconf.transport
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.
NetconfCatcher(String) - Constructor for class com.vhosting.netconf.transport.NetconfCatcher
It enables a subclass to be instantiated.
NetconfCatcher.LogLevel - Enum in com.vhosting.netconf.transport
This enumeration lists the possible levels of writing logs.
NetconfCatcherListener - Interface in com.vhosting.netconf.transport
This listener is used by NetconfCatcher to allow the management of events relating to the connection-level transport protocol.
NetconfSshCather - Class in com.vhosting.netconf.transport.ssh
This class is the entry point for to establish a connection Netconf over SSH-2.
NetconfSshCather(String, SshAuthInfo) - Constructor for class com.vhosting.netconf.transport.ssh.NetconfSshCather
Building the catcher for a connection over SSH-2.
NetconfSshCather(String, SshAuthInfo, String) - Constructor for class com.vhosting.netconf.transport.ssh.NetconfSshCather
Building the catcher for a connection over SSH-2.
NetconfTransportError - Interface in com.vhosting.netconf.transport
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 - Interface in com.vhosting.netconf.transport
This interface represents the result of a mistake that can occur at any level of protocol.
NetconfTransportError.NetconfFailCause - Enum in com.vhosting.netconf.transport
This enum groups all the causes of failure into the Netconf protocol.
NetconfTransportError.TransportFailCause - Enum in com.vhosting.netconf.transport
This enum groups all the causes of failure are common to all types of transport protocol.
NetconfTransportEvent - Class in com.vhosting.netconf.transport
This is an event that is passed through NetconfCatcherListener when events concerning the transport protocol are presented.
NetconfTransportEvent.EventType - Enum in com.vhosting.netconf.transport
This enumeration lists all types of events that may belong to an Event.
NetconfTransportException - Exception in com.vhosting.netconf.transport
This exception is throws when an error occur into the transport layer or a netconf message can not be sent for any reason.
NetconfTransportException(String, NetconfTransportError.FailCause) - Constructor for exception com.vhosting.netconf.transport.NetconfTransportException
Create a new exception.
NetconfTransportException(Exception, NetconfTransportError.FailCause) - Constructor for exception com.vhosting.netconf.transport.NetconfTransportException
Create a new exception.
newDocument() - Static method in class com.vhosting.netconf.messages.DOMUtils
Create a new empty DOM XML Document.
newDocument(InputStream) - Static method in class com.vhosting.netconf.messages.DOMUtils
Create a new DOM XML Document from an input stream.
Node - Interface in com.vhosting.netconf.frame
This interface defines the methods that are attributed to an element of Node type that is part of a structure PRC.
NoOp - Class in com.vhosting.netconf.yuma
The Yuma Netconf server no-op.
NoOp(Session) - Constructor for class com.vhosting.netconf.yuma.NoOp
Create the no-op operation.
Notification - Class in com.vhosting.netconf.frame
This class provides the basic structure for reading an RPC notification.
Notification(Capability, String) - Constructor for class com.vhosting.netconf.frame.Notification
Create an RPC notification with its name for the specified capability.
NOTIFICATION_1_0 - Static variable in class com.vhosting.netconf.transport.Session
 
NotificationEvent - Interface in com.vhosting.netconf.notification
This interface defines a Netconf notification.
NotificationMsg - Class in com.vhosting.netconf.messages
This class represents the Notification message in the Netconf protocol.
NotificationsListener - Interface in com.vhosting.netconf.notification
This is the notifications listener.

A B C D E F G H I K L M N O P R S T U V W X Y