Uses of Interface
com.vhosting.netconf.frame.RpcHandler

Packages that use RpcHandler
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.example Contains examples and code to test the product API. 
com.vhosting.netconf.transport Contains everything related to the transport protocol of Netconf messages. 
 

Uses of RpcHandler in com.vhosting.netconf
 

Methods in com.vhosting.netconf with parameters of type RpcHandler
 int Operation.execute(RpcHandler handler)
          Allows you to execute the operation, through the use of a RpcHandler.
 void Operation.execute(RpcHandler handler, RpcReplySpecificListener listener)
          Allows you to execute the operation, through the use of a RpcHandler specifying a listener that will intercept the RPC reply.
 RpcReply Operation.executeSync(RpcHandler handler)
          Allows you to execute the operation, through the use of a RpcHandler and waits until you get a reply.
 

Uses of RpcHandler in com.vhosting.netconf.example
 

Methods in com.vhosting.netconf.example with parameters of type RpcHandler
protected static boolean Example.checkToaster(NetconfSshCather catcher, RpcHandler rpcHandler)
           
protected static void Example.makeToast(RpcHandler rpcHandler)
           
 

Uses of RpcHandler in com.vhosting.netconf.transport
 

Methods in com.vhosting.netconf.transport with parameters of type RpcHandler
 void NetconfCatcherListener.processReadyForRpcRequests(RpcHandler rpcHandler)
          The method is called when is finally an object of type RpcHandler that allows the sending and receiving Netconf messages.