See: Description
| Interface | Description |
|---|---|
| Transport |
A NETCONF transport interface.
|
| YangType<T> |
| Class | Description |
|---|---|
| Attribute |
This class represents an attribute for an XML element.
|
| Capabilities | |
| ConfigurationMergeHandler |
Handles merging of netconf configurations.
|
| DefaultIOSubscriber |
This is a default IO subscriber that can be used for tracing, auditing, and
logging of messages sent and recived by the transport of the session.
|
| Device |
This class provides features for managing a device with NETCONF.
|
| DeviceUser |
This class represents a user to be used with the
Device class. |
| Element |
A configuration element sub-tree.
|
| ElementChildrenIterator |
This is an iterator class that is used for iterating over all the children
with a specified name in a NodeSet.
|
| ElementLeafListValueIterator |
This is an iterator class that is used for iterating over all leaf-list
children with a specified name in a NodeSet.
|
| IOSubscriber |
The IO subscriber is used for tracing, auditing, and logging of messages
which are sent and received over the SSHSession by a NETCONF session.
|
| Leaf |
This class represents leaves in data model aware Element trees.
|
| NetconfSession |
A NETCONF session class.
|
| NodeSet |
A set of
Element nodes. |
| Path |
A path expression.
|
| PathCreate |
A "path create" expression.
|
| Prefix |
This class represents a prefix mapping of a prefix string into a namespace.
|
| PrefixMap |
This class implements a list of prefix mappings, which provides mappings
from namespaces to prefixes.
|
| RevisionInfo | |
| RpcError |
Class for 'rpc-error' elements returned in NETCONF 'rpc-reply' messages.
|
| SchemaNode |
The SchemaNode class is used to represent individual nodes in the schema
tree.
|
| SchemaParser |
A simple SAX parser, for parsing schema files with the following syntax:
|
| SchemaTree |
The SchemaTree class is used to represent the schemas of all namespaces
|
| SSHConnection |
A SSH NETCONF connection class.
|
| SSHSession |
A SSH NETCONF transport.
|
| Tagpath |
The Tagpath class is used to represent the name of individual schema nodes.
|
| XMLParser |
A simple SAX parser, for parsing NETCONF messages, into a simple
Element tree. |
| YangBaseString |
A String wrapper extended by built in String based types.
|
| YangBinary |
Implements the built-in YANG data type "binary".
|
| YangBits |
Implements the built-in YANG data type "bits".
|
| YangBoolean |
Implements the built-in YANG data type "boolean".
|
| YangDecimal64 |
Implements the built-in YANG data type "decimal64".
|
| YangElement |
The YangElement is a configuration sub-tree like the
Element. |
| YangEmpty |
Implements the built-in YANG data type "empty".
|
| YangEnumeration |
Implements the built-in YANG data type "enumeration".
|
| YangIdentityref |
Implements the built-in YANG data type "identityref".
|
| YangInt16 |
Implements the built-in YANG data type "int16".
|
| YangInt32 |
Implements the built-in YANG data type "int32".
|
| YangInt64 |
Implements the built-in YANG data type "int64".
|
| YangInt8 |
Implements the built-in YANG data type "int8".
|
| YangString |
Implements the built-in YANG data type "string".
|
| YangUInt16 |
Implements the built-in YANG data type "uint16".
|
| YangUInt32 |
Implements the built-in YANG data type "uint32".
|
| YangUInt64 |
Implements the built-in YANG data type "uint64".
|
| YangUInt8 |
Implements the built-in YANG data type "uint8".
|
| YangUnion |
Implements the built-in YANG data type "union".
|
| YangXMLParser |
A SAX parser, for parsing for example NETCONF messages, into a simple
YangElement tree. |
| Exception | Description |
|---|---|
| JNCException |
Exception class for errors produced by this library.
|
| YangException |
This is the class of exceptions that are thrown from the classes generated
by the JNC pyang plugin, and by the yang type classes.
|