|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindbright.ssh.SSHProtocolPlugin
| Constructor Summary | |
SSHProtocolPlugin()
|
|
| Method Summary | |
static void |
addPlugin(java.lang.String name,
SSHProtocolPlugin plugin)
|
static SSHProtocolPlugin |
getPlugin(java.lang.String name)
|
void |
initiate(SSHClient client)
|
static void |
initiateAll(SSHClient client)
|
SSHListenChannel |
localListener(java.lang.String localHost,
int localPort,
java.lang.String remoteHost,
int remotePort,
SSHChannelController controller)
|
void |
remoteListener(int remotePort,
java.lang.String localHost,
int localPort,
SSHChannelController controller)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SSHProtocolPlugin()
| Method Detail |
public static SSHProtocolPlugin getPlugin(java.lang.String name)
public static void addPlugin(java.lang.String name,
SSHProtocolPlugin plugin)
public static void initiateAll(SSHClient client)
public void initiate(SSHClient client)
public SSHListenChannel localListener(java.lang.String localHost,
int localPort,
java.lang.String remoteHost,
int remotePort,
SSHChannelController controller)
throws java.io.IOException
java.io.IOException
public void remoteListener(int remotePort,
java.lang.String localHost,
int localPort,
SSHChannelController controller)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||