Class BroadcastConfiguration.Network

  • Enclosing class:
    BroadcastConfiguration

    public static class BroadcastConfiguration.Network
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Network()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isUseIPv6()  
      void setUseIPv6​(boolean enabled)
      Enable or disable IPv6.
      • Methods inherited from class java.lang.Object

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

      • Network

        public Network()
    • Method Detail

      • setUseIPv6

        public void setUseIPv6​(boolean enabled)
        Enable or disable IPv6. IPv6 can improve broadcaster QoS but in rare circumstances users may experience problems with their ISP, router, or other equipment that prevents them from having a stable connection over IPv6. This value defaults to `false`.
      • isUseIPv6

        public boolean isUseIPv6()