Package com.trilead.ssh2.channel
Class RemoteX11AcceptThread
java.lang.Object
java.lang.Thread
com.trilead.ssh2.channel.RemoteX11AcceptThread
- All Implemented Interfaces:
Runnable
public class RemoteX11AcceptThread extends Thread
RemoteX11AcceptThread.
- Version:
- $Id: RemoteX11AcceptThread.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
-
Constructor Summary
Constructors Constructor Description RemoteX11AcceptThread(Channel c, String remoteOriginatorAddress, int remoteOriginatorPort) -
Method Summary
Modifier and Type Method Description voidrun()Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield