|
|||||||||
| Home >> All >> mindbright >> [ ssh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mindbright.ssh
Class SSHClient.RemoteForward

java.lang.Objectmindbright.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)
|
|||||||||
| Home >> All >> mindbright >> [ ssh overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mindbright.ssh.SSHClient.RemoteForward