Package | Description |
---|---|
etri.sdn.controller |
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.ConcurrentMap<org.openflow.protocol.interfaces.OFMessageType,OFMFilter> |
OFModule.filters
private map that holds filters for OFMessage objects for this module.
|
Modifier and Type | Method and Description |
---|---|
void |
OFModule.registerFilter(org.openflow.protocol.interfaces.OFMessageType messageType,
OFMFilter filter)
register a filter that only selects messages that matches
the condition described by the
OFMFilter object. |