net.java.sip.communicator.impl.protocol.jabber
Class OperationSetFileTransferJabberImpl.FileTransferProgressThread
java.lang.Object
java.lang.Thread
net.java.sip.communicator.impl.protocol.jabber.OperationSetFileTransferJabberImpl.FileTransferProgressThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- OperationSetFileTransferJabberImpl
protected static class OperationSetFileTransferJabberImpl.FileTransferProgressThread
- extends Thread
Updates file transfer progress and status while sending or receiving a
file.
|
Method Summary |
void |
run()
Thread entry point. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, 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 |
OperationSetFileTransferJabberImpl.FileTransferProgressThread
public OperationSetFileTransferJabberImpl.FileTransferProgressThread(org.jivesoftware.smackx.filetransfer.FileTransfer jabberTransfer,
AbstractFileTransfer transfer,
long initialFileSize)
OperationSetFileTransferJabberImpl.FileTransferProgressThread
public OperationSetFileTransferJabberImpl.FileTransferProgressThread(org.jivesoftware.smackx.filetransfer.FileTransfer jabberTransfer,
AbstractFileTransfer transfer)
run
public void run()
- Thread entry point.
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.