| Package | Description |
|---|---|
| etri.sdn.controller |
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.ConcurrentMap<org.openflow.protocol.OFType,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.OFType t,
OFMFilter filter)
register a filter that only selects messages that matches
the condition described by the
OFMFilter object. |