Package com.aelitis.azureus.core.dht.nat.impl

Examples of com.aelitis.azureus.core.dht.nat.impl.DHTNATPuncherImpl.punch()


              Map  originator_data = new HashMap();
             
              originator_data.put( "hello", "mum" );
             
              Map client_data = puncher.punch( "Test", dhts[2].getTransport().getLocalContact(), null, originator_data);
             
              System.out.println( "   punch client data: " + client_data );
            }
          }else if ( command == 'k' ){
           
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.