Class NATTestHelpers


  • public class NATTestHelpers
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NATTestHelpers()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void runTCP​(int TCPListenPort, java.util.function.Consumer<java.lang.String> logger)  
      static void runUDP​(Core core, int udp_port, java.util.function.Consumer<java.lang.String> logger)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NATTestHelpers

        public NATTestHelpers()
    • Method Detail

      • runTCP

        public static void runTCP​(int TCPListenPort,
                                  java.util.function.Consumer<java.lang.String> logger)
      • runUDP

        public static void runUDP​(Core core,
                                  int udp_port,
                                  java.util.function.Consumer<java.lang.String> logger)