Interface Attribute
-
public interface AttributeThis interface is used to hold details about HTTP response attributes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeTypetype()intvalue()
-
-
-
Method Detail
-
type
AttributeType type()
- Returns:
- The attribute type.
-
value
int value()
- Returns:
- The attribute value.
-
-