Uses of Class
com.cafesoft.cams.agent.http.CamsHttpAgentStatusCode

Packages that use CamsHttpAgentStatusCode
com.cafesoft.cams.agent.http Support for implementing Cams HTTP agents. 
 

Uses of CamsHttpAgentStatusCode in com.cafesoft.cams.agent.http
 

Fields in com.cafesoft.cams.agent.http declared as CamsHttpAgentStatusCode
static CamsHttpAgentStatusCode CamsHttpAgentStatusCode.SC_DENIED
          The agent has determined that access to the associated HTTP resource is denied.
static CamsHttpAgentStatusCode CamsHttpAgentStatusCode.SC_DONE
          The agent has fully responded to the HTTP client.
static CamsHttpAgentStatusCode CamsHttpAgentStatusCode.SC_ERROR
          An error occured when processing the request.
static CamsHttpAgentStatusCode CamsHttpAgentStatusCode.SC_GRANTED
          The agent has determined that access to the associated HTTP resource is granted.
static CamsHttpAgentStatusCode CamsHttpAgentStatusCode.SC_PENDING
          The agent has not yet set the response code: the response is pending complete processing by the agent.
static CamsHttpAgentStatusCode CamsHttpAgentStatusCode.SC_REDIRECT
          The agent has sent an HTTP redirect (HTTP response code 302) to the HTTP client in response to the HTTP request.
 

Methods in com.cafesoft.cams.agent.http that return CamsHttpAgentStatusCode
 CamsHttpAgentStatusCode AbstractCamsHttpAgentResponse.getStatus()
          Returns the status code for this response.
 CamsHttpAgentStatusCode CamsHttpAgentResponse.getStatus()
          Gets the current status code for this response.
 

Methods in com.cafesoft.cams.agent.http with parameters of type CamsHttpAgentStatusCode
 void AbstractCamsHttpAgentResponse.setStatus(CamsHttpAgentStatusCode status)
          Sets the status code for this response.
 void CamsHttpAgentResponse.setStatus(CamsHttpAgentStatusCode status)
          Sets the status code for this response.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.