public class

RemoteAcceptThread

extends Thread
java.lang.Object
   ↳ java.lang.Thread
     ↳ com.trilead.ssh2.channel.RemoteAcceptThread

Class Overview

RemoteAcceptThread.

Summary

[Expand]
Inherited Constants
From class java.lang.Thread
Fields
Channel c
private static final Logger log
String remoteConnectedAddress
int remoteConnectedPort
String remoteOriginatorAddress
int remoteOriginatorPort
Socket s
String targetAddress
int targetPort
[Expand]
Inherited Fields
From class java.lang.Thread
Public Constructors
RemoteAcceptThread(Channel c, String remoteConnectedAddress, int remoteConnectedPort, String remoteOriginatorAddress, int remoteOriginatorPort, String targetAddress, int targetPort)
Public Methods
void run()
[Expand]
Inherited Methods
From class java.lang.Thread
From class java.lang.Object
From interface java.lang.Runnable

Fields

private static final Logger log

String remoteConnectedAddress

int remoteConnectedPort

String remoteOriginatorAddress

int remoteOriginatorPort

Socket s

String targetAddress

int targetPort

Public Constructors

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

Parameters
c
remoteConnectedAddress
remoteConnectedPort
remoteOriginatorAddress
remoteOriginatorPort
targetAddress
targetPort

Public Methods

public void run ()