Class Connection.PumpThread
java.lang.Object
java.lang.Thread
com.trilead.ssh2.Connection.PumpThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
Connection
Pumps
InputStream to OutputStream.- Version:
- $Id : Connection.java,v 1.3 2008/04/01 12:38:09 cplattne Exp $
-
Nested Class Summary
Nested classes/interfaces inherited from class Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsFields inherited from class Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionPumpThread(InputStream in, OutputStream out) Instantiates a new Pump thread. -
Method Summary
Methods inherited from class Thread
activeCount, checkAccess, clone, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, stop, threadId, toString, yield
-
Field Details
-
in
-
out
-
-
Constructor Details
-
PumpThread
Instantiates a new Pump thread.- Parameters:
in- the inout- the out
-
-
Method Details
-
run
-