examples
Class LocalPF
java.lang.Object
examples.LocalPF
public class LocalPF
- extends Object
This example demonstrates local port forwarding, i.e. when we listen on a particular address and port; and forward
all incoming connections to SSH server which further forwards them to a specified address and port.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalPF
public LocalPF()
main
public static void main(String... args)
throws IOException
- Throws:
IOException
Copyright © 2009-2012. All Rights Reserved.