| Package | Description |
|---|---|
| com.helger.jsch.tunnel |
| Modifier and Type | Method and Description |
|---|---|
Tunnel |
TunnelConnection.getTunnel(String destinationHostname,
int destinationPort)
Returns the tunnel matching the supplied values, or
null if
there isn't one that matches. |
Tunnel |
TunnelConnectionManager.getTunnel(String destinationHostname,
int destinationPort)
Returns the tunnel matching the supplied values, or
null if
there isn't one that matches. |
| Constructor and Description |
|---|
TunnelConnection(ISessionFactory 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(ISessionFactory sessionFactory,
List<Tunnel> tunnels)
Creates a TunnelConnection using the the
sessionFactory to
obtain its ssh connection with a list of
Tunnel's. |
Copyright © 2020 Philip Helger. All rights reserved.