ch.ethz.ssh2.channel
Class LocalAcceptThread
java.lang.Object
java.lang.Thread
ch.ethz.ssh2.channel.LocalAcceptThread
- All Implemented Interfaces:
- Runnable
public class LocalAcceptThread
- extends Thread
LocalAcceptThread.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| 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 |
LocalAcceptThread
public LocalAcceptThread(ChannelManager cm,
int local_port,
String host_to_connect,
int port_to_connect)
throws IOException
- Throws:
IOException
LocalAcceptThread
public LocalAcceptThread(ChannelManager cm,
InetSocketAddress localAddress,
String host_to_connect,
int port_to_connect)
throws IOException
- Throws:
IOException
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
stopWorking
public void stopWorking()
Copyright © 2011. All Rights Reserved.