Uses of Class
net.officefloor.server.http.HttpStatus
Packages that use HttpStatus
Package
Description
-
Uses of HttpStatus in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpStatusModifier and TypeMethodDescriptionvoidSamHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpStatus in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function with parameters of type HttpStatusModifier and TypeMethodDescriptionvoidGoogleFunctionHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpStatus in net.officefloor.server.http
Fields in net.officefloor.server.http declared as HttpStatusModifier and TypeFieldDescriptionstatic final HttpStatusHttpStatus.ACCEPTEDHTTP 202 Accepted status.static final HttpStatusHttpStatus.BAD_GATEWAYHTTP 502 Bad Gateway status.static final HttpStatusHttpStatus.BAD_REQUESTHTTP 400 Bad Request status.static final HttpStatusHttpStatus.CONFLICTHTTP 409 Conflict status.static final HttpStatusHttpStatus.CONTINUEHTTP 100 Continue status.static final HttpStatusHttpStatus.CREATEDHTTP 201 Created status.static final HttpStatusHttpStatus.EXPECTATION_FAILEDHTTP 417 Expectation Failed status.static final HttpStatusHttpStatus.FORBIDDENHTTP 403 Forbidden status.static final HttpStatusHttpStatus.FOUNDHTTP 302 Found status.static final HttpStatusHttpStatus.GATEWAY_TIME_OUTHTTP 504 Gateway Time-Out status.static final HttpStatusHttpStatus.GONEHTTP 410 Gone status.static final HttpStatusHttpStatus.HTTP_VERSION_NOT_SUPPORTEDHTTP 505 HTTP Version Not Supported status.static final HttpStatusHttpStatus.INTERNAL_SERVER_ERRORHTTP 500 Internal Server Error status.static final HttpStatusHttpStatus.LENGTH_REQUIREDHTTP 411 Length Required status.static final HttpStatusHttpStatus.METHOD_NOT_ALLOWEDHTTP 405 Method Not Allowed status.static final HttpStatusHttpStatus.MOVED_PERMANENTLYHTTP 301 Moved Permanently status.static final HttpStatusHttpStatus.MULTIPLE_CHOICESHTTP 300 Multiple Choices status.static final HttpStatusHttpStatus.NO_CONTENTHTTP 204 No Content status.static final HttpStatusHttpStatus.NON_AUTHORITATIVE_INFORMATIONHTTP 203 Non-Authoritative Information status.static final HttpStatusHttpStatus.NOT_ACCEPTABLEHTTP 406 Not Acceptable status.static final HttpStatusHttpStatus.NOT_FOUNDHTTP 404 Not Found status.static final HttpStatusHttpStatus.NOT_IMPLEMENTEDHTTP 501 Not Implemented status.static final HttpStatusHttpStatus.NOT_MODIFIEDHTTP 304 Not Modified status.static final HttpStatusHttpStatus.OKHTTP 200 OK status.static final HttpStatusHttpStatus.PARTIAL_CONTENTHTTP 206 Partial Content status.static final HttpStatusHttpStatus.PAYMENT_REQUIREDHTTP 402 Payment Required status.static final HttpStatusHttpStatus.PRECONDITION_FAILEDHTTP 412 Precondition Failed status.static final HttpStatusHttpStatus.PROXY_AUTHENTICATION_REQUIREDHTTP 407 Proxy Authentication Required status.static final HttpStatusHttpStatus.REQUEST_ENTITY_TOO_LARGEHTTP 413 Request Entity Too Large status.static final HttpStatusHttpStatus.REQUEST_TIME_OUTHTTP 408 Request Time-Out status.static final HttpStatusHttpStatus.REQUEST_URI_TOO_LARGEHTTP 414 Request-URI Too Large status.static final HttpStatusHttpStatus.REQUESTED_RANGE_NOT_SATISFIABLEHTTP 416 Requested Range Not Satisfiable status.static final HttpStatusHttpStatus.RESET_CONTENTHTTP 205 Reset Content status.static final HttpStatusHttpStatus.SEE_OTHERHTTP 303 See Other status.static final HttpStatusHttpStatus.SERVICE_UNAVAILABLEHTTP 503 Service Unavailable status.static final HttpStatusHttpStatus.SWITCHING_PROTOCOLSHTTP 101 Switching Protocols status.static final HttpStatusHttpStatus.TEMPORARY_REDIRECTHTTP 307 Temporary Redirect status.static final HttpStatusHttpStatus.UNAUTHORIZEDHTTP 401 Unauthorized status.static final HttpStatusHttpStatus.UNSUPPORTED_MEDIA_TYPEHTTP 415 Unsupported Media Type status.static final HttpStatusHttpStatus.USE_PROXYHTTP 305 Use Proxy status.Methods in net.officefloor.server.http that return HttpStatusModifier and TypeMethodDescriptionHttpException.getHttpStatus()Obtains theHttpStatusfor theHttpResponse.static HttpStatusHttpStatus.getHttpStatus(int statusCode) Obtains theHttpStatusfor the status code.HttpStatus.HttpStatusEnum.getHttpStatus()Obtains the singletonHttpStatusfor thisHttpStatus.HttpStatusEnum.HttpResponse.getStatus()Obtains theHttpStatus.Methods in net.officefloor.server.http with parameters of type HttpStatusModifier and TypeMethodDescriptionbooleanHttpStatus.isEqual(HttpStatus httpStatus) Equals without the type checking.voidHttpResponse.setStatus(HttpStatus status) Specifies theHttpStatus.voidHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<B> contentHeadStreamBuffer) Writes theHttpResponse.Constructors in net.officefloor.server.http with parameters of type HttpStatusModifierConstructorDescriptionHttpException(HttpStatus status) Instantiate.HttpException(HttpStatus status, String errorMessage) Convenience constructor for providing error message.HttpException(HttpStatus status, Throwable cause) Instantiate.HttpException(HttpStatus status, WritableHttpHeader[] headers, String entity) Instantiate. -
Uses of HttpStatus in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return HttpStatusMethods in net.officefloor.server.http.impl with parameters of type HttpStatus -
Uses of HttpStatus in net.officefloor.server.http.mock
Fields in net.officefloor.server.http.mock declared as HttpStatusModifier and TypeFieldDescriptionprotected final HttpStatusMockHttpServer.MockHttpResponseImpl.statusMethods in net.officefloor.server.http.mock that return HttpStatusModifier and TypeMethodDescriptionMockHttpResponse.getStatus()Obtains theHttpStatus.MockHttpServer.MockHttpResponseImpl.getStatus()Methods in net.officefloor.server.http.mock with parameters of type HttpStatusModifier and TypeMethodDescriptionvoidMockHttpResponse.assertStatus(HttpStatus status) Assets theHttpStatusof theHttpResponse.voidMockHttpServer.MockHttpResponseImpl.assertStatus(HttpStatus status) protected MockHttpResponseMockHttpServer.createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Creates theMockHttpResponse.Constructors in net.officefloor.server.http.mock with parameters of type HttpStatusModifierConstructorDescriptionprotectedMockHttpResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Loads the response. -
Uses of HttpStatus in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type HttpStatusModifier and TypeMethodDescriptionvoidHttpServletHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpStatus in net.officefloor.web.jwt.authority
Constructors in net.officefloor.web.jwt.authority with parameters of type HttpStatusModifierConstructorDescriptionAccessTokenException(HttpStatus status, Throwable cause) Instantiate.RefreshTokenException(HttpStatus status, Throwable cause) Instantiate.ValidateKeysException(HttpStatus status, Throwable cause) Instantiate. -
Uses of HttpStatus in net.officefloor.web.response
Methods in net.officefloor.web.response with parameters of type HttpStatusModifier and TypeMethodDescriptionvoidHttpResponder.sendObject(Object object, HttpStatus httpStatus, ServerHttpConnection connection, ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionObjectType<?> managedFunctionObjectType) Sends theObject.Constructors in net.officefloor.web.response with parameters of type HttpStatusModifierConstructorDescriptionObjectResponseManagedObjectSource(HttpResponder httpResponder, HttpStatus httpStatus, ManagedFunctionType<?, ?> managedFunctionType, ManagedFunctionObjectType<?> managedFunctionObjectType) Instantiate. -
Uses of HttpStatus in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock with parameters of type HttpStatusModifier and TypeMethodDescriptionprotected MockHttpResponseMockWoofServer.createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Constructors in net.officefloor.woof.mock with parameters of type HttpStatusModifierConstructorDescriptionprotectedMockWoofResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Instantiate.