examples
Class RemotePF

java.lang.Object
  extended by examples.RemotePF

public class RemotePF
extends Object

This example demonstrates remote port forwarding i.e. when the remote host is made to listen on a specific address and port; and forwards us incoming connections.


Constructor Summary
RemotePF()
           
 
Method Summary
static void main(String... args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePF

public RemotePF()
Method Detail

main

public static void main(String... args)
                 throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.