Package com.xmultra.util

Examples of com.xmultra.util.HttpReader


        if (!super.init(n, imh, sf, stopFlag)) return false;

        Element rssMergeEl = (Element)n;

        this.reader = new HttpReader(this.logger);

        // Successful init.
        return true;
    }
View Full Code Here

TOP

Related Classes of com.xmultra.util.HttpReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.