Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Method and Description |
---|---|
int |
Session.setPortForwardingL(String bind_address,
int lport,
String host,
int rport,
ServerSocketFactory ssf)
Registers the local port forwarding.
|
int |
Session.setPortForwardingL(String bind_address,
int lport,
String host,
int rport,
ServerSocketFactory ssf,
int connectTimeout)
Registers the local port forwarding.
|
Copyright © 2015 JCraft,Inc.. All rights reserved.