| Package | Description |
|---|---|
| org.onlab.packet |
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IGMPMembership |
class |
IGMPQuery |
| Modifier and Type | Method and Description |
|---|---|
IGMPGroup |
IGMPQuery.deserialize(ByteBuffer bb)
Deserialize the IGMP Query group structure.
|
IGMPGroup |
IGMPMembership.deserialize(ByteBuffer bb)
Deserialize the IGMP Membership report packet.
|
abstract IGMPGroup |
IGMPGroup.deserialize(ByteBuffer bb)
Deserialize an IGMPQuery or IGMPMembership message.
|
| Modifier and Type | Method and Description |
|---|---|
List<IGMPGroup> |
IGMP.getGroups()
Get the list of IGMPGroups.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IGMP.addGroup(IGMPGroup group)
Add a multicast group to this IGMP message.
|
Copyright © 2016. All rights reserved.