com.threerings.getdown.net
Class HTTPDownloader

java.lang.Object
  extended by java.lang.Thread
      extended by com.threerings.getdown.net.Downloader
          extended by com.threerings.getdown.net.HTTPDownloader
All Implemented Interfaces:
Runnable

public class HTTPDownloader
extends Downloader

Implements downloading files over HTTP


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.getdown.net.Downloader
Downloader.Observer
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
HTTPDownloader(List<Resource> resources, Downloader.Observer obs)
           
 
Method Summary
 
Methods inherited from class com.threerings.getdown.net.Downloader
download, run
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPDownloader

public HTTPDownloader(List<Resource> resources,
                      Downloader.Observer obs)


Copyright © 2013. All Rights Reserved.