Uses of Class
com.vhosting.netconf.frame.RpcReplyError.ErrorType

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

Uses of RpcReplyError.ErrorType in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return RpcReplyError.ErrorType
 RpcReplyError.ErrorType RpcReplyError.getErrorType()
          Get the RPC error type.
static RpcReplyError.ErrorType RpcReplyError.ErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RpcReplyError.ErrorType[] RpcReplyError.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.