Class RemoteAcceptThread

java.lang.Object
java.lang.Thread
com.trilead.ssh2.channel.RemoteAcceptThread
All Implemented Interfaces:
Runnable

public class RemoteAcceptThread extends Thread
RemoteAcceptThread.
Version:
$Id: RemoteAcceptThread.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
Author:
Christian Plattner, plattner@trilead.com
  • Constructor Details

    • RemoteAcceptThread

      public RemoteAcceptThread(Channel c, String remoteConnectedAddress, int remoteConnectedPort, String remoteOriginatorAddress, int remoteOriginatorPort, String targetAddress, int targetPort)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread