Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/DynamicPortForwarder.java @ 293:e730b8a5321e ganymed
start conversion from trilead to ganymed
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 18 Jul 2014 20:39:28 -0700 |
parents | 82bd20cb0d1d |
children | deb5fb087b6f |
comparison
equal
deleted
inserted
replaced
292:855cdc3b2ced | 293:e730b8a5321e |
---|---|
18 package ch.ethz.ssh2; | 18 package ch.ethz.ssh2; |
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 com.trilead.ssh2.channel.ChannelManager; | 23 import ch.ethz.ssh2.channel.ChannelManager; |
24 import com.trilead.ssh2.channel.DynamicAcceptThread; | 24 import ch.ethx.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)} |