|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--gnu.inet.ftp.Putter
|
+--gnu.inet.ftp.PassivePutter
This class implements an FTP-style data connection server thread for PUTing files/data passively to the server.
This class is used internally to the FtpClient class.
| Fields inherited from class gnu.inet.ftp.Putter |
BUFFER_SIZE, cancelled, connectionListeners, istream, mode, transferListeners, type |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
PassivePutter(java.io.InputStream in,
PassiveConnection connection)
Create a new PassivePutter thread given the input stream data source and PssiveParameters to use to connect to the server. |
|
| Method Summary | |
void |
run()
implements thread behavior. |
| Methods inherited from class gnu.inet.ftp.Putter |
addConnectionListener, addConnectionListeners, addTransferListener, addTransferListeners, cancel, removeConnectionListener, removeTransferListener, setDebug, setInputStream, setMode, setType, signalConnectionClosed, signalConnectionFailed, signalConnectionOpened, signalTransferCompleted, signalTransfered, signalTransferStarted, start |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PassivePutter(java.io.InputStream in,
PassiveConnection connection)
throws java.io.IOException
in - data sourceconnection - the passive connection to the serverjava.io.IOException - io error| Method Detail |
public void run()
run in class java.lang.Thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||