com.ning.http.multipart
Class FilePartStallHandler

java.lang.Object
  extended by java.util.TimerTask
      extended by com.ning.http.multipart.FilePartStallHandler
All Implemented Interfaces:
Runnable

public class FilePartStallHandler
extends TimerTask

Author:
Gail Hernandez

Constructor Summary
FilePartStallHandler(long waitTime, FilePart filePart)
           
 
Method Summary
 void completed()
           
 boolean isFailed()
           
 void run()
           
 void start()
           
 void writeHappened()
           
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePartStallHandler

public FilePartStallHandler(long waitTime,
                            FilePart filePart)
Method Detail

completed

public void completed()

isFailed

public boolean isFailed()

run

public void run()
Specified by:
run in interface Runnable
Specified by:
run in class TimerTask

start

public void start()

writeHappened

public void writeHappened()


Copyright © 2014. All Rights Reserved.