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

C

candidate - Static variable in class com.vhosting.netconf.Datastore
Identifies the "candidate" datastore.
CANDIDATE_1_0 - Static variable in class com.vhosting.netconf.transport.Session
 
Capability - Class in com.vhosting.netconf.transport
This class represents a generic capability.
Capability(String, String, String) - Constructor for class com.vhosting.netconf.transport.Capability
Constructs the instance of a capability.
Capability.CapabilityParams - Class in com.vhosting.netconf.transport
This class defines the parameters for a capability provided by the server.
CapabilityException - Exception in com.vhosting.netconf
This exception must necessarily be thrown when uses an operation and you are not meeting the set of capabilities available to the server.
CapabilityException(String) - Constructor for exception com.vhosting.netconf.CapabilityException
Constructs an instance of the exception by providing a detailed message.
checkToaster(NetconfSshCather, RpcHandler) - Static method in class com.vhosting.netconf.example.Example
 
clear() - Method in interface com.vhosting.netconf.frame.Clearable
Remove all assignments of values made up for himself or on their sub elements in a recursive manner.
clear() - Method in class com.vhosting.netconf.frame.Container
 
clear() - Method in class com.vhosting.netconf.frame.List
 
clear() - Method in class com.vhosting.netconf.frame.ListValue
 
Clearable - Interface in com.vhosting.netconf.frame
An element of the RPC structure that implements this interface can remove all assignments of values made up for himself or on their sub elements in a recursive manner.
clearInputValues() - Method in class com.vhosting.netconf.frame.Rpc
Clear the Input container.
clearOutputValues() - Method in class com.vhosting.netconf.frame.Rpc
Clear the Output container.
clearValues() - Method in class com.vhosting.netconf.frame.Data
Clear the container container.
clearValues() - Method in class com.vhosting.netconf.frame.Notification
Clear the Notification container.
CloseSession - Class in com.vhosting.netconf
The close-session Netconf operation.
CloseSession(Session) - Constructor for class com.vhosting.netconf.CloseSession
Create the close-session Netconf operation.
com.vhosting.netconf.example - package com.vhosting.netconf.example
Contains examples and code to test the product API.
com.vhosting.netconf.frame - package 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 - package com.vhosting.netconf.messages
Contains classes used by the system and that serve to define the XML messages of Netconf protocol.
com.vhosting.netconf.notification - package com.vhosting.netconf.notification
Contains what you need to receive notifications.
com.vhosting.netconf.transport - package com.vhosting.netconf.transport
Contains everything related to the transport protocol of Netconf messages.
com.vhosting.netconf.transport.ssh - package com.vhosting.netconf.transport.ssh
This is the entry point of a Netconf application over SSH-2.
com.vhosting.netconf.yuma - package com.vhosting.netconf.yuma
Provides a minimal implementation of YUMA System Capability.
Commit - Class in com.vhosting.netconf
The commit Netconf operation.
Commit(Session) - Constructor for class com.vhosting.netconf.Commit
Create the commit Netconf operation.
compareVersion(Date) - Method in class com.vhosting.netconf.yuma.Load.LoadReply
Allows you to run a comparison between the version of the module loaded on the server.
Config - Class in com.vhosting.netconf
This class provides the elements to modify, add or remove information between the configuration data.
Config(Anyxml, Capability, String, String...) - Constructor for class com.vhosting.netconf.Config
Create the instance of the class with which to provide instructions for changing the configuration data.
ConfigException - Exception in com.vhosting.netconf
This exception is thrown when errors occur during parsing of a configuration data.
ConfigException(String) - Constructor for exception com.vhosting.netconf.ConfigException
Create the exception with a detail message.
CONFIRMED_COMMIT_1_0 - Static variable in class com.vhosting.netconf.transport.Session
 
connectConfig() - Static method in class com.vhosting.netconf.example.Example
 
Container - Class in com.vhosting.netconf.frame
This class represents a container in the PRC structure.
Container(Capability, String) - Constructor for class com.vhosting.netconf.frame.Container
Create a Container.
ContainerReference - Class in com.vhosting.netconf.frame
A container reference defines the identity of a container with which it is possible to instantiate a new container with the same characteristics and structure mirrored in common.
containsErrors() - Method in interface com.vhosting.netconf.frame.RpcReply
Check if the RPC Reply message contains errors.
containsErrors() - Method in class com.vhosting.netconf.messages.RpcReplyMsg
 
convert3339(Date) - Static method in class com.vhosting.netconf.CreateSubscription
Converts a date into a string that conforms to the RFC3339 standard of the Internet.
CopyConfig - Class in com.vhosting.netconf
The copy-config Netconf operation.
CopyConfig(Session, Datastore, Datastore) - Constructor for class com.vhosting.netconf.CopyConfig
Create the copy-config Netconf operation.
CopyConfig(Session, URL, Datastore) - Constructor for class com.vhosting.netconf.CopyConfig
Create the copy-config Netconf operation.
CopyConfig(Session, Datastore, URL) - Constructor for class com.vhosting.netconf.CopyConfig
Create the copy-config Netconf operation.
CopyConfig(Session, URL, URL) - Constructor for class com.vhosting.netconf.CopyConfig
Create the copy-config Netconf operation.
createAnyxml(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates an Anyxml with the namespace of the RPC operation.
createAnyxml(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates an Anyxml with the namespace of the specified Capability.
createAnyxmlValue() - Method in class com.vhosting.netconf.Config
Create a valid XML document as an argument for the Anyxml element passed to the constructor.
createAnyxmlValue() - Method in class com.vhosting.netconf.SubtreeFilter
Create a valid XML document as an argument for the Anyxml element passed to the constructor.
createConfig(Capability, String, String...) - Static method in class com.vhosting.netconf.EditConfig
Create an instance of Config for use with the operation.
createContainer(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a Container with the namespace of the RPC operation.
createContainer(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a Container with the namespace of the specified Capability.
createContainerReference(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a Container reference with the namespace of the RPC operation.
createContainerReference(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a Container reference with the namespace of the specified Capability.
createDefaultNamespaceAttribute(Capability) - Static method in class com.vhosting.netconf.frame.Attribute
Convenience methods to create an attribute declaring the default namespace definition.
createEmptyDocument() - Method in class com.vhosting.netconf.frame.Anyxml
Create an empty XML document where the root is equal to the element name with the some namespace.
createIdentity(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates an identity with the namespace of the RPC operation.
createIdentity(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates an identity with the namespace of the specified Capability.
createLeaf(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a leaf with the namespace of the RPC operation.
createLeaf(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a leaf with the namespace of the specified Capability.
createLeafList(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a leaf list with the namespace of the RPC operation.
createLeafList(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a leaf list with the namespace of the specified Capability.
createList(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a list with the namespace of the RPC operation.
createList(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a list with the namespace of the specified Capability.
createListReference(String) - Method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a list reference with the namespace of the RPC operation.
createListReference(Capability, String) - Static method in class com.vhosting.netconf.frame.IdentityCreator
This is a convenience method that creates a list reference with the namespace of the specified Capability.
createListValue() - Method in class com.vhosting.netconf.frame.List
Create an instance of ListValue compatible with this list.
createNotification(byte[]) - Static method in class com.vhosting.netconf.messages.NotificationMsg
Create the server Notification message from a byte array as source.
createServerHello(byte[]) - Static method in class com.vhosting.netconf.messages.HelloMsg
Create the server side Hello message from a byte array as source.
createServerRpcReply(byte[]) - Static method in class com.vhosting.netconf.messages.RpcReplyMsg
Create the server side Rpc Reply message from a byte array as source.
CreateSubscription - Class in com.vhosting.netconf
The create-subscription Netconf operation.
CreateSubscription(Session) - Constructor for class com.vhosting.netconf.CreateSubscription
Create the create-subscription Netconf operation.
createSubtreeFilter() - Method in class com.vhosting.netconf.CreateSubscription
Create a subtree filter.
createSubtreeFilter() - Method in class com.vhosting.netconf.Get
Create a subtree filter.
createSubtreeFilter() - Method in class com.vhosting.netconf.GetConfig
Create a subtree filter.

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