Interface MCGroup

All Known Implementing Classes:
MCGroupImpl

public interface MCGroup
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    sendToGroup(byte[] data)
     
    void
    sendToGroup(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(InetSocketAddress address, byte[] data)
     
  • Method Details

    • getControlPort

      int getControlPort()
    • sendToGroup

      void sendToGroup(byte[] data)
    • sendToGroup

      void sendToGroup(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 -
    • sendToMember

      void sendToMember(InetSocketAddress address, byte[] data) throws MCGroupException
      Throws:
      MCGroupException