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
S
sendHelloMsg()
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
Packages the message hello with the abilities of this implementation of netconf and send the message to the server.
sendRpc(Rpc)
- Method in interface com.vhosting.netconf.frame.
RpcHandler
Send a RPC operation.
sendRpc(Rpc, RpcReplySpecificListener)
- Method in interface com.vhosting.netconf.frame.
RpcHandler
Send a RPC operation specifying a listener that will intercept the RPC reply.
sendSyncRpc(Rpc)
- Method in interface com.vhosting.netconf.frame.
RpcHandler
Send an operation and waits until you get a reply.
session
- Variable in class com.vhosting.netconf.
Operation
The active session reference.
Session
- Class in
com.vhosting.netconf.transport
This class represents a session of talks with a server.
Session()
- Constructor for class com.vhosting.netconf.transport.
Session
setConfirmed(int)
- Method in class com.vhosting.netconf.
Commit
Perform a confirmed commit operation.
setConfirmed()
- Method in class com.vhosting.netconf.
Commit
Perform a confirmed commit operation with the confirm timeout defaults to 600 seconds.
setErrorOption(EditConfig.ErrorOption)
- Method in class com.vhosting.netconf.
EditConfig
Set the error option.
setLogStream(PrintStream)
- Static method in class com.vhosting.netconf.transport.
NetconfCatcher
Set the stream on which the log will be reversed.
setMaximun(long)
- Method in class com.vhosting.netconf.frame.
LeafList
Set the maximum limit of values which can be assigned.
setMinimun(long)
- Method in class com.vhosting.netconf.frame.
LeafList
Set the minimum limit of values which can be assigned.
setNetconfCatcherListener(NetconfCatcherListener)
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
Set the NetconfCatcherListener in order to intercept transport events.
setNotificationsListener(NotificationsListener)
- Method in interface com.vhosting.netconf.frame.
RpcHandler
Set the Notifications listener that will intercept Netconf notifications.
setPresence(boolean)
- Method in class com.vhosting.netconf.frame.
ContainerReference
Specifies whether the container should be considered to exist even when there are not assigned elements or sub elements.
setProxyHost(InetSocketAddress)
- Method in class com.vhosting.netconf.transport.ssh.
SshAuthInfo
This method permit to specific an HTTP Proxy when exist.
setRpcReplyListener(RpcReplyListener)
- Method in interface com.vhosting.netconf.frame.
RpcHandler
Set the general listener of RPC replies that will intercept RPC replies to which there is no direct association with an operation.
setStartTime(Date)
- Method in class com.vhosting.netconf.
CreateSubscription
Allows you to specify the starting time for the subscription.
setStopTime(Date)
- Method in class com.vhosting.netconf.
CreateSubscription
Allows you to specify the time to end the subscription.
setStream(String)
- Method in class com.vhosting.netconf.
CreateSubscription
This method allows you to specify a specific stream for the subscription.
setSubtreeFilter(SubtreeFilter)
- Method in class com.vhosting.netconf.
CreateSubscription
setSubtreeFilter(SubtreeFilter)
- Method in class com.vhosting.netconf.
Get
Set the subtree filter.
setSubtreeFilter(SubtreeFilter)
- Method in class com.vhosting.netconf.
GetConfig
Set the subtree filter.
setSyncRequestsTimeout(int)
- Method in class com.vhosting.netconf.transport.
NetconfCatcher
Allows you to specify a request timeout for synchronous RPC calls.
setTestOption(EditConfig.TestOption)
- Method in class com.vhosting.netconf.
EditConfig
Set the test option on the transaction.
setXPathFilter(String)
- Method in class com.vhosting.netconf.
CreateSubscription
Set an XPath filter.
setXPathFilter(String)
- Method in class com.vhosting.netconf.
Get
Set an XPath filter.
setXPathFilter(String)
- Method in class com.vhosting.netconf.
GetConfig
Set an XPath filter.
Shutdown
- Class in
com.vhosting.netconf.yuma
Shutdown the Yuma Netconf server.
Shutdown(Session)
- Constructor for class com.vhosting.netconf.yuma.
Shutdown
Create the Shutdown operation.
SshAuthInfo
- Class in
com.vhosting.netconf.transport.ssh
This class provides the information needed to make a connection Netconf over SSH-2 such as a remote host name, user name and password.
SshAuthInfo(String, String)
- Constructor for class com.vhosting.netconf.transport.ssh.
SshAuthInfo
Prepares a connection of type 'AuthType.BASIC_AUTH' on the host localhost at port 380 (default Netconf port)
SshAuthInfo(String, String, String)
- Constructor for class com.vhosting.netconf.transport.ssh.
SshAuthInfo
Prepares a connection of type 'AuthType.BASIC_AUTH' on the specified host at port 380 (default Netconf port)
SshAuthInfo(InetSocketAddress, String, String)
- Constructor for class com.vhosting.netconf.transport.ssh.
SshAuthInfo
Prepares a connection of type 'AuthType.BASIC_AUTH' on the specified host.
SshAuthInfo(InetSocketAddress, String, File, String)
- Constructor for class com.vhosting.netconf.transport.ssh.
SshAuthInfo
Prepares a connection of type 'AuthType.PUBLICKEY_AUTH' on the specified host using a PEM file.
SshAuthInfo(String, String, File, String)
- Constructor for class com.vhosting.netconf.transport.ssh.
SshAuthInfo
Prepares a connection of type 'AuthType.PUBLICKEY_AUTH' on the specified host name at the default port 380 using a PEM file.
SshFailCause
- Enum in
com.vhosting.netconf.transport.ssh
This enum groups all the causes of failure are specific to the SSH-2 transport protocol.
startup
- Static variable in class com.vhosting.netconf.
Datastore
Identifies the "startup" datastore.
STARTUP_1_0
- Static variable in class com.vhosting.netconf.transport.
Session
SubtreeFilter
- Class in
com.vhosting.netconf
This class represents a SubtreeFilter.
SubtreeFilter(Anyxml)
- Constructor for class com.vhosting.netconf.
SubtreeFilter
Create a subtree filter starting from the instance of a type element Anyxml.
SubtreeFilter.Filter
- Class in
com.vhosting.netconf
This class identifies a filter contained within a SubtreeFilter.
SubtreeFilterException
- Exception in
com.vhosting.netconf
This exception is thrown when errors occur during parsing of a SubtreeFilter.
SubtreeFilterException(String)
- Constructor for exception com.vhosting.netconf.
SubtreeFilterException
Create the exception with a detail 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