com.trilead.ssh2.channel

Class RemoteAcceptThread


public class RemoteAcceptThread
extends Thread

RemoteAcceptThread.

Constructor Summary

RemoteAcceptThread(Channel c, String remoteConnectedAddress, int remoteConnectedPort, String remoteOriginatorAddress, int remoteOriginatorPort, String targetAddress, int targetPort)

Method Summary

void
run()

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()