All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netarchivesuite.heritrix3wrapper.ResultAbstract Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package org.netarchivesuite.heritrix3wrapper;

import org.netarchivesuite.heritrix3wrapper.xmlutils.XmlValidationResult;

public abstract class ResultAbstract {

    public int status;

    public Throwable t;

    public int responseCode;

    public byte[] response;

    public XmlValidationResult result = new XmlValidationResult();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy