Modifier and Type | Field and Description |
---|---|
protected HttpStatus |
HttpResponsePacket.httpStatus
Status code.
|
Modifier and Type | Method and Description |
---|---|
HttpStatus |
HttpResponsePacket.getHttpStatus()
Gets the HTTP status for this response.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpResponsePacket.setStatus(HttpStatus status)
Sets the status code for this response.
|
Modifier and Type | Method and Description |
---|---|
void |
Response.setStatus(HttpStatus status)
Set the HTTP status and message to be returned with this response.
|
Modifier and Type | Method and Description |
---|---|
static HttpStatus |
HttpStatus.getHttpStatus(int statusCode) |
static HttpStatus |
HttpStatus.newHttpStatus(int statusCode,
String reasonPhrase) |
Modifier and Type | Method and Description |
---|---|
HttpStatus |
PushResource.getStatusCode()
Returns the
HttpStatus to be pushed along with the resource. |
Modifier and Type | Method and Description |
---|---|
PushResource.PushResourceBuilder |
PushResource.PushResourceBuilder.statusCode(HttpStatus statusCode)
Sets the
HttpStatus to be pushed along with the resource. |
Modifier and Type | Method and Description |
---|---|
CompressedHeadersBuilder |
CompressedHeadersBuilder.status(HttpStatus status)
Set the HTTP response status code (e.g.
|
Modifier and Type | Method and Description |
---|---|
HttpStatus |
PushResource.getStatusCode()
Returns the
HttpStatus to be pushed along with the resource. |
Modifier and Type | Method and Description |
---|---|
PushResource.PushResourceBuilder |
PushResource.PushResourceBuilder.statusCode(HttpStatus statusCode)
Sets the
HttpStatus to be pushed along with the resource. |
Modifier and Type | Method and Description |
---|---|
CompressedHeadersBuilder |
CompressedHeadersBuilder.status(HttpStatus status)
Set the HTTP response status code (e.g.
|
Copyright © 2021 Oracle Corporation. All rights reserved.