Public Instance Methods : SstHttpResponseHeader

* isClientErrorResponse
	"ACTION
		Answer true if the response indicated a client-error (a 4xx response).
		Answer false otherwise.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isInformationalResponse
	"ACTION
		Answer true if the response indicated information (a 1xx response).
		Answer false otherwise.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isRedirectionResponse
	"ACTION
		Answer true if the response indicated a redirection (a 3xx response).
		Answer false otherwise.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isServerErrorResponse
	"ACTION
		Answer true if the response indicated a server-error (a 5xx response).
		Answer false otherwise.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* isSuccessfulResponse
	"ACTION
		Answer true if the response indicated success (a 2xx response).
		Answer false otherwise.

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* responseCode
	"ACTION
		Answer the receiver's response status code. This is a three-digit number.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer
* status
	"ACTION
		Answer the status associated with the receiver.

	RETURN VALUE
		<String>

	NOTES
		Commonly used values can be found in the SstHttpConstants pool"
Categories
	SST-API Developer
* status: value
	"ACTION
		Set the status associated with the receiver.

	PARAMETERS
		value : <String>

	NOTES
		Commonly used values can be found in the SstHttpConstants pool"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]