インタフェース
com.JRcServer.commons.net.BaseMultiCast の使用

BaseMultiCast を使用しているパッケージ
com.JRcServer.commons.net �ʐM������T�|�[�g���܂�. 
com.JRcServer.commons.net.mgc MGC(Multicast-Group-Connection)��T�|�[�g���܂�. 
 

com.JRcServer.commons.net での BaseMultiCast の使用
 

BaseMultiCast を実装している com.JRcServer.commons.net のクラス
 class MultiCastV4
          マルチキャストIPV4版.
 

com.JRcServer.commons.net.mgc での BaseMultiCast の使用
 

BaseMultiCast 型のパラメータを持つ com.JRcServer.commons.net.mgc のメソッド
 void MgcClient.open(BaseMultiCast mcast, int id)
          クライアントオープン.
 void MgcClient.open(BaseMultiCast mcast, int id, byte[] table)
          クライアントオープン.
 void MgcClient.open(BaseMultiCast mcast, int id, byte[] table, int time)
          クライアントオープン.
 void MgcClient.open(BaseMultiCast mcast, int id, int time)
          クライアントオープン.
 void MgcServer.open(BaseMultiCast mcast, int id, java.lang.String name, int type, java.net.InetAddress addr, int port)
          サーバオープン.
 void MgcServer.open(BaseMultiCast mcast, int id, java.lang.String name, int type, java.net.InetAddress addr, int port, byte[] table, int time)
          サーバオープン.
 void MgcServer.open(BaseMultiCast mcast, int id, java.lang.String name, int type, java.net.InetAddress addr, int port, int time)
          サーバオープン.
 void MgcServer.open(BaseMultiCast mcast, int id, java.lang.String name, int type, int port)
          サーバオープン.
 void MgcServer.open(BaseMultiCast mcast, int id, java.lang.String name, int type, int port, byte[] table, int time)
          サーバオープン.
 void MgcServer.open(BaseMultiCast mcast, int id, java.lang.String name, int type, int port, int time)
          サーバオープン.