Class ProtocolMatcher
- java.lang.Object
-
- org.opennms.netmgt.flows.classification.internal.matcher.ProtocolMatcher
-
-
Constructor Summary
Constructors Constructor Description ProtocolMatcher(int protocol)
ProtocolMatcher(java.lang.String protocols)
ProtocolMatcher(Protocol protocol)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(ClassificationRequest request)
-
-
-
Constructor Detail
-
ProtocolMatcher
public ProtocolMatcher(java.lang.String protocols)
-
ProtocolMatcher
public ProtocolMatcher(int protocol)
-
ProtocolMatcher
public ProtocolMatcher(Protocol protocol)
-
-
Method Detail
-
matches
public boolean matches(ClassificationRequest request)
-
-