Class RemoteAcceptThread

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

public class RemoteAcceptThread extends Thread
RemoteAcceptThread.
  • 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