|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.cafesoft.cams.agent.http.CamsHttpAgentStatusCode
The CamsHttpAgentStatusCode class is a typesafe constant enumeration of CamsHttpAgent status codes.
| Field Summary | |
static CamsHttpAgentStatusCode |
SC_DONE
The agent has fully responded to the HTTP client. |
static CamsHttpAgentStatusCode |
SC_GRANTED
The agent has determined that access to the associated HTTP resource is granted. |
static CamsHttpAgentStatusCode |
SC_PENDING
The agent has not yet set the response code: the response is pending complete processing by the agent. |
static CamsHttpAgentStatusCode |
SC_REDIRECT
The agent has sent an HTTP redirect (HTTP response code 302) to the HTTP client in response to the HTTP request. |
| Method Summary | |
int |
getValue()
Get the integer value that represents the CamsHttpAgentStatusCode. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final CamsHttpAgentStatusCode SC_PENDING
public static final CamsHttpAgentStatusCode SC_GRANTED
public static final CamsHttpAgentStatusCode SC_REDIRECT
public static final CamsHttpAgentStatusCode SC_DONE
| Method Detail |
public int getValue()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||