com.mindbright.ssh
Class SSHClient.RemoteForward

java.lang.Object
  extended bycom.mindbright.ssh.SSHClient.RemoteForward
Enclosing class:
SSHClient

public static class SSHClient.RemoteForward
extends java.lang.Object


Field Summary
protected  java.lang.String localHost
           
protected  int localPort
           
protected  java.lang.String plugin
           
protected  int remotePort
           
 
Constructor Summary
SSHClient.RemoteForward(int remotePort, java.lang.String localHost, int localPort, java.lang.String plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

remotePort

protected int remotePort

localHost

protected java.lang.String localHost

localPort

protected int localPort

plugin

protected java.lang.String plugin
Constructor Detail

SSHClient.RemoteForward

public SSHClient.RemoteForward(int remotePort,
                               java.lang.String localHost,
                               int localPort,
                               java.lang.String plugin)