Package reddit.json

Examples of reddit.json.ResponseChildData


                    }

                    count = count - 100;

                    /* Get the "fullname thing" of the last link fetched */
                    ResponseChildData lastLink = linkBatch.get(linkBatch.size() - 1);
                    lastFetched = lastLink.getKind() + "_" + lastLink.getData().getId();
                }

                threadPool.shutdown();
                //The application is run every 10 minutes, so it's useless to wait more than that
                threadPool.awaitTermination(600L, TimeUnit.SECONDS);
View Full Code Here

TOP

Related Classes of reddit.json.ResponseChildData

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.