public abstract class OFMFilter
extends java.lang.Object
OFMessage
objects coming from
the connections to switches with given condition.
you can find the example usage of this class
in OFMLinkDiscovery.initialize()
method.
This class is normally used as a second parameter to
OFModule.registerFilter(org.openflow.protocol.interfaces.OFMessageType, OFMFilter)
.public abstract boolean filter(org.openflow.protocol.OFMessage m)
m
- message to accept