Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
D
Data
- Class in
com.vhosting.netconf.frame
This class provides the basic structure for reading data from a get or get-config operation.
Data(Capability)
- Constructor for class com.vhosting.netconf.frame.
Data
Create a Data structure for the specified capability.
Datastore
- Class in
com.vhosting.netconf
This class represents a datastore.
Date
- Class in
com.vhosting.netconf.yuma
The Yuma Date typedef.
Date(String)
- Constructor for class com.vhosting.netconf.yuma.
Date
Create the YUMA Date typedef.
DeleteConfig
- Class in
com.vhosting.netconf
The delete-config Netconf operation.
DeleteConfig(Session, Datastore)
- Constructor for class com.vhosting.netconf.
DeleteConfig
Create the delete-config Netconf operation.
DeleteConfig(Session, URL)
- Constructor for class com.vhosting.netconf.
DeleteConfig
Create the delete-config Netconf operation.
DiscardChanges
- Class in
com.vhosting.netconf
The discard-changes Netconf operation.
DiscardChanges(Session)
- Constructor for class com.vhosting.netconf.
DiscardChanges
Create the discard-changes Netconf operation.
disconnect()
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
Invoke this method if you want to end the connection at any point in your application, such as when the user wants to do it manually.
doDisconnect()
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
This method must necessarily be implemented with the code necessary to perform a disconnect with the server.
doDisconnect()
- Method in class com.vhosting.netconf.transport.ssh.
NetconfSshCather
DOMUtils
- Class in
com.vhosting.netconf.messages
This class provides some methods for manipulating XML documents used to handle the protocol.
doReadDataFromServer()
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
This method must necessarily be implemented when required to read the next message from the server.
doReadDataFromServer()
- Method in class com.vhosting.netconf.transport.ssh.
NetconfSshCather
doSendDataToServer(byte[])
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
This method must necessarily be implemented so that any type of message can be sent to the Netconf server.
doSendDataToServer(byte[])
- Method in class com.vhosting.netconf.transport.ssh.
NetconfSshCather
dump(Document, OutputStream)
- Static method in class com.vhosting.netconf.messages.
DOMUtils
Dump a DOM XML Document to an output stream.
dump(ByteArrayOutputStream)
- Method in class com.vhosting.netconf.messages.
HelloMsg
Dump the message to an array output stream.
dumpRpcMessage(Session, int, OutputStream)
- Method in class com.vhosting.netconf.frame.
Rpc
This method writes the RPC operation on the specified output stream as an XML Netconf message.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y