Uses of Class
com.vhosting.netconf.Operation.Reply

Packages that use Operation.Reply
com.vhosting.netconf From this package you can access the basic operations of Netconf as Java classes. 
com.vhosting.netconf.yuma Provides a minimal implementation of YUMA System Capability. 
 

Uses of Operation.Reply in com.vhosting.netconf
 

Subclasses of Operation.Reply in com.vhosting.netconf
 class Get.GetReply
          This class provides specific methods to process the data obtained in response to a RpcReply after a get operation.
 class GetConfig.GetConfigReply
          This class provides specific methods to process the data obtained in response to a RpcReply after a get-config operation.
 class PartialLock.PartialLockReply
          This class provides specific methods to process the data obtained in response to a RpcReply after a partial-lock operation.
 

Uses of Operation.Reply in com.vhosting.netconf.yuma
 

Subclasses of Operation.Reply in com.vhosting.netconf.yuma
 class Load.LoadReply
          This class provides specific methods to process the data obtained in response to a RpcReply after a load operation.