summaryrefslogtreecommitdiff
path: root/src/io/AbstractRequester.java
AgeCommit message (Collapse)AuthorFilesLines
2014-05-26Improved the requesterMaurice Laveaux1-9/+21
* Reads a gzip stream. * Uses the http request date for interval measurement.
2014-05-22Updated the Requesters to throw RateLimitException.Maurice Laveaux1-7/+15
* The exception contains the reset timestamp in unix time.
2014-05-22Changed Request response to a new Response class.Maurice Laveaux1-32/+24
* Response contains the JsonElement, tickrate, reset and leftover data. * Removed getJsonRelaxed, because it was not used elsewhere.
2014-05-01Don't leak connectionsPeter Wu1-15/+19
2014-05-01Show more useful IO exceptionPeter Wu1-1/+2
2014-04-30Move classes not related to mining to io packagePeter Wu1-0/+140