| java.lang.Object org.w3c.www.http.BasicValue org.w3c.www.http.HttpWarning
DISCONNECTED_OPERATION | final public static int DISCONNECTED_OPERATION(Code) | | Warning status - Disconnected opertaion.
|
HEURISTIC_EXPIRATION | final public static int HEURISTIC_EXPIRATION(Code) | | Warning status - Heuristic expiration.
|
MISCELLANEOUS | final public static int MISCELLANEOUS(Code) | | Warning status - Miscellaneous warning
|
PERSISTENT_MISCELLANEOUS | final public static int PERSISTENT_MISCELLANEOUS(Code) | | Warning status - Miscellaneous warning
|
REVALIDATION_FAILED | final public static int REVALIDATION_FAILED(Code) | | Warning status - Revalidation failed.
|
STALE | final public static int STALE(Code) | | Warning status - Response is stale.
|
TRANSFORMATION_APPLIED | final public static int TRANSFORMATION_APPLIED(Code) | | Warning status - Transformation applied.
|
status | protected int status(Code) | | |
HttpWarning | public HttpWarning()(Code) | | |
getAgent | public String getAgent()(Code) | | Get this warning agent.
A String encoding the agent that generated the warning. |
getStatus | public int getStatus()(Code) | | Get this warning status code.
An integer giving the warning status code. |
getText | public String getText()(Code) | | Get the warning text message.
A String encoding the text message. |
invalidateByteValue | protected void invalidateByteValue()(Code) | | |
setAgent | public void setAgent(String agent)(Code) | | Set the agent that is generating the warning.
Parameters: agent - The String describing the agent emitting the warning. |
setStatus | public void setStatus(int status)(Code) | | Set this warning status code.
Parameters: status - The status code for this warning. |
setText | public void setText(String text)(Code) | | Set the text warning message.
Parameters: text - The new text of the warning message. |
updateByteValue | protected void updateByteValue()(Code) | | |
|
|