Interface Criterion
-
- All Known Implementing Classes:
ArpHaCriterion
,ArpOpCriterion
,ArpPaCriterion
,EthCriterion
,EthTypeCriterion
,ExtensionCriterion
,IcmpCodeCriterion
,IcmpTypeCriterion
,Icmpv6CodeCriterion
,Icmpv6TypeCriterion
,IPCriterion
,IPDscpCriterion
,IPEcnCriterion
,IPProtocolCriterion
,IPv6ExthdrFlagsCriterion
,IPv6FlowLabelCriterion
,IPv6NDLinkLayerAddressCriterion
,IPv6NDTargetAddressCriterion
,LambdaCriterion
,MetadataCriterion
,MplsBosCriterion
,MplsCriterion
,MplsTcCriterion
,OchSignalCriterion
,OchSignalTypeCriterion
,OduSignalIdCriterion
,OduSignalTypeCriterion
,PbbIsidCriterion
,PiCriterion
,PortCriterion
,SctpPortCriterion
,TcpFlagsCriterion
,TcpPortCriterion
,TunnelIdCriterion
,UdpPortCriterion
,VlanIdCriterion
,VlanPcpCriterion
public interface Criterion
Representation of a single header field selection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Criterion.IPv6ExthdrFlags
Bit definitions for IPv6 Extension Header pseudo-field.static class
Criterion.TcpFlags
static class
Criterion.Type
Types of fields to which the selection criterion may apply.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Criterion.Type
type()
Returns the type of criterion.
-
-
-
Field Detail
-
SEPARATOR
static final String SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
Criterion.Type type()
Returns the type of criterion.- Returns:
- type of criterion
-
-