Extends
jls.net.http.HttpHeader.
This class represents an HTTP response header.
Defined in: HttpResponseHeader.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
jls.net.http.HttpResponseHeader(version, statusCode, reasonPhrase, fields, fields)
Creates an HTTP response header.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Returns the reason phrase.
|
|
|
Returns the status code.
|
|
|
Returns the version.
|
|
|
setReasonPhrase(version)
Sets the reason phrase.
|
|
|
setStatusCode(version)
Sets the status code.
|
|
|
setVersion(version)
Sets the version.
|