List of usage examples for java.lang Thread subclass-usage
From source file sys.ThreadCopieFichier.java
/** * @author fcollonge * */ public class ThreadCopieFichier extends Thread {
From source file org.opendaylight.controller.netconf.ssh.threads.IOThread.java
@ThreadSafe public class IOThread extends Thread { private static final Logger logger = LoggerFactory.getLogger(IOThread.class); private final InputStream inputStream;
From source file com.buffalokiwi.api.IdleConnectionMonitorThread.java
/** * The idle connection monitor thread * @author John Quinn */ public class IdleConnectionMonitorThread extends Thread { /**
From source file Server.ReadTXTFile.java
/** * * @author glazen */ public class ReadTXTFile extends Thread {
From source file com.vdispatcher.GetBaseInformation.java
public class GetBaseInformation extends Thread { private final ArrayList<Base> bases = new ArrayList<Base>(); private static final String BASE_URL = "http://nycopendata.socrata.com/api/views/nadh-kjkc/rows.json?accessType=DOWNLOAD"; @Override public void run() {
From source file STUN.StunServer.java
/** * * @author gaelph */ public class StunServer extends Thread {
From source file edu.cornell.mannlib.vitro.webapp.search.indexing.IndexWorkerThread.java
class IndexWorkerThread extends Thread { protected final int threadNum; protected IndividualToSolrDocument individualToSolrDoc; protected final IndexerIface indexer; protected final Iterator<Individual> individualsToIndex;
From source file zz.filecollector.FileWorkerThread.java
/** * * @author zhan */ public class FileWorkerThread extends Thread { public static final int ACTION_PREVIEW = 0;
From source file heizung.FernHeizung.java
/** * * @author duemchen */ class FernHeizung extends Thread {
From source file com.betel.flowers.web.bean.util.UploadFileRun.java
/** * * @author luis */ public class UploadFileRun extends Thread implements Serializable {