| Package | Description |
|---|---|
| com.pastdev.jsch.tunnel |
| Modifier and Type | Method and Description |
|---|---|
Tunnel |
TunnelConnection.getTunnel(java.lang.String destinationHostname,
int destinationPort)
Returns the tunnel matching the supplied values, or
null if
there isn't one that matches. |
Tunnel |
TunnelConnectionManager.getTunnel(java.lang.String destinationHostname,
int destinationPort)
Returns the tunnel matching the supplied values, or
null if
there isn't one that matches. |
| Constructor and Description |
|---|
TunnelConnection(SessionFactory sessionFactory,
Tunnel... tunnels)
Creates a TunnelConnection using the the
sessionFactory to
obtain its ssh connection with a list of
Tunnel's. |
| Constructor and Description |
|---|
TunnelConnection(SessionFactory sessionFactory,
java.util.List<Tunnel> tunnels)
Creates a TunnelConnection using the the
sessionFactory to
obtain its ssh connection with a list of
Tunnel's. |
Copyright © 2018 pastdev.com. All Rights Reserved.