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

Packages that use RpcReplyListener
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of RpcReplyListener in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame with parameters of type RpcReplyListener
 void RpcHandler.setRpcReplyListener(RpcReplyListener listener)
          Set the general listener of RPC replies that will intercept RPC replies to which there is no direct association with an operation.