Interface MCGroup

  • All Known Implementing Classes:
    MCGroupImpl

    public interface MCGroup
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getControlPort()  
      void sendToGroup​(byte[] data)  
      void sendToGroup​(java.lang.String param_data)
      Sends to the group but will replace any occurrence of %AZINTERFACE% in the string with the interface being used for the send
      void sendToMember​(java.net.InetSocketAddress address, byte[] data)  
    • Method Detail

      • getControlPort

        int getControlPort()
      • sendToGroup

        void sendToGroup​(byte[] data)
      • sendToGroup

        void sendToGroup​(java.lang.String param_data)
        Sends to the group but will replace any occurrence of %AZINTERFACE% in the string with the interface being used for the send
        Parameters:
        param_data -