Interface BroadcastGroupControl

    • Method Detail

      • getLocalBindPort

        int getLocalBindPort()
                      throws java.lang.Exception
        Returns the local port this broadcast group is bound to.
        Throws:
        java.lang.Exception
      • getGroupAddress

        java.lang.String getGroupAddress()
                                  throws java.lang.Exception
        Returns the address this broadcast group is broadcasting to.
        Throws:
        java.lang.Exception
      • getGroupPort

        int getGroupPort()
                  throws java.lang.Exception
        Returns the port this broadcast group is broadcasting to.
        Throws:
        java.lang.Exception