IGMP.IGMPv2, IGMP.IGMPv3| Modifier and Type | Field and Description | 
|---|---|
static int | 
MINIMUM_HEADER_LEN  | 
checksum, igmpType, resField, TYPE_IGMPV1_MEMBERSHIP_REPORT, TYPE_IGMPV2_LEAVE_GROUP, TYPE_IGMPV2_MEMBERSHIP_REPORT, TYPE_IGMPV3_MEMBERSHIP_QUERY, TYPE_IGMPV3_MEMBERSHIP_REPORTparent, payload| Constructor and Description | 
|---|
IGMPv3()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
addGroup(IGMPGroup group)
Add a multicast group to this IGMP message. 
 | 
void | 
setMaxRespCode(byte respCode)
Set the Max Resp Code. 
 | 
protected boolean | 
validChecksum()
Validates the message's checksum. 
 | 
deserializer, equals, getChecksum, getGroups, getIgmpType, getMaxRespField, hashCode, serialize, setIgmpType, toStringclone, getParent, getPayload, resetChecksum, setParent, setPayloadpublic static final int MINIMUM_HEADER_LEN
public void setMaxRespCode(byte respCode)
IGMPsetMaxRespCode in class IGMPrespCode - the Maximum Response Code.public boolean addGroup(IGMPGroup group)
IGMPprotected boolean validChecksum()
IGMPvalidChecksum in class IGMP