setHttpStatusCode(final int) method
Sets the HTTP status.
Syntax
public
abstract void
setHttpStatusCode
(
final int
httpStatus
)
Parameters
httpStatus
– Set the HTTP status.
Returns
None
Example 1
RequestStateElement element; element.setHttpStatusCode(200);
Parent topic:
IRequestStateElement interface
Created December 5, 2013.
To comment on this topic, go to:
DocCommentXchange
.