Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/DynamicPortForwarder.java @ 295:deb5fb087b6f ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 20:48:40 -0700 |
parents | e730b8a5321e |
children |
comparison
equal
deleted
inserted
replaced
294:c41a399da303 | 295:deb5fb087b6f |
---|---|
19 | 19 |
20 import java.io.IOException; | 20 import java.io.IOException; |
21 import java.net.InetSocketAddress; | 21 import java.net.InetSocketAddress; |
22 | 22 |
23 import ch.ethz.ssh2.channel.ChannelManager; | 23 import ch.ethz.ssh2.channel.ChannelManager; |
24 import ch.ethx.ssh2.channel.DynamicAcceptThread; | 24 import ch.ethz.ssh2.channel.DynamicAcceptThread; |
25 | 25 |
26 /** | 26 /** |
27 * A <code>DynamicPortForwarder</code> forwards TCP/IP connections to a local | 27 * A <code>DynamicPortForwarder</code> forwards TCP/IP connections to a local |
28 * port via the secure tunnel to another host which is selected via the | 28 * port via the secure tunnel to another host which is selected via the |
29 * SOCKS protocol. Checkout {@link Connection#createDynamicPortForwarder(int)} | 29 * SOCKS protocol. Checkout {@link Connection#createDynamicPortForwarder(int)} |