Interface QosConstants
-
public interface QosConstants
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringALERT_MSG_FORMATstatic shortIPV4_ADDR_MASK_BITstatic shortIPV6_ADDR_MASK_BITstatic java.lang.StringQOS_ALERT_OWNER_ENTITY_TYPEstatic intQOS_DEFAULT_FLOW_PRIORITY
-
-
-
Field Detail
-
QOS_DEFAULT_FLOW_PRIORITY
static final int QOS_DEFAULT_FLOW_PRIORITY
- See Also:
- Constant Field Values
-
ALERT_MSG_FORMAT
static final java.lang.String ALERT_MSG_FORMAT
- See Also:
- Constant Field Values
-
QOS_ALERT_OWNER_ENTITY_TYPE
static final java.lang.String QOS_ALERT_OWNER_ENTITY_TYPE
- See Also:
- Constant Field Values
-
IPV4_ADDR_MASK_BIT
static final short IPV4_ADDR_MASK_BIT
- See Also:
- Constant Field Values
-
IPV6_ADDR_MASK_BIT
static final short IPV6_ADDR_MASK_BIT
- See Also:
- Constant Field Values
-
-