Uses of Class
net.officefloor.server.http.HttpStatus
-
-
Uses of HttpStatus in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type HttpStatus Modifier and Type Method Description voidSamHttpResponseWriter. writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<java.nio.ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpStatus in net.officefloor.server.http
Methods in net.officefloor.server.http that return HttpStatus Modifier and Type Method Description HttpStatusHttpException. getHttpStatus()Obtains theHttpStatusfor theHttpResponse.static HttpStatusHttpStatus. getHttpStatus(int statusCode)Obtains theHttpStatusfor the status code.HttpStatusHttpStatus.HttpStatusEnum. getHttpStatus()Obtains the singletonHttpStatusfor thisHttpStatus.HttpStatusEnum.HttpStatusHttpResponse. getStatus()Obtains theHttpStatus.Methods in net.officefloor.server.http with parameters of type HttpStatus Modifier and Type Method Description booleanHttpStatus. 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 HttpStatus Constructor Description HttpException(HttpStatus status)Instantiate.HttpException(HttpStatus status, java.lang.String errorMessage)Convenience constructor for providing error message.HttpException(HttpStatus status, java.lang.Throwable cause)Instantiate.HttpException(HttpStatus status, WritableHttpHeader[] headers, java.lang.String entity)Instantiate. -
Uses of HttpStatus in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return HttpStatus Modifier and Type Method Description HttpStatusProcessAwareHttpResponse. getStatus()Methods in net.officefloor.server.http.impl with parameters of type HttpStatus Modifier and Type Method Description voidProcessAwareHttpResponse. setStatus(HttpStatus status) -
Uses of HttpStatus in net.officefloor.server.http.mock
Fields in net.officefloor.server.http.mock declared as HttpStatus Modifier and Type Field Description protected HttpStatusMockHttpServer.MockHttpResponseImpl. statusMethods in net.officefloor.server.http.mock that return HttpStatus Modifier and Type Method Description HttpStatusMockHttpResponse. getStatus()Obtains theHttpStatus.HttpStatusMockHttpServer.MockHttpResponseImpl. getStatus()Methods in net.officefloor.server.http.mock with parameters of type HttpStatus Modifier and Type Method Description voidMockHttpResponse. assertStatus(HttpStatus status)Assets theHttpStatusof theHttpResponse.voidMockHttpServer.MockHttpResponseImpl. assertStatus(HttpStatus status)protected MockHttpResponseMockHttpServer. createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)Creates theMockHttpResponse.Constructors in net.officefloor.server.http.mock with parameters of type HttpStatus Constructor Description MockHttpResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.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 HttpStatus Modifier and Type Method Description voidHttpServletHttpResponseWriter. writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<java.nio.ByteBuffer> contentHeadStreamBuffer) -
Uses of HttpStatus in net.officefloor.web.jwt.authority
Constructors in net.officefloor.web.jwt.authority with parameters of type HttpStatus Constructor Description AccessTokenException(HttpStatus status, java.lang.Throwable cause)Instantiate.RefreshTokenException(HttpStatus status, java.lang.Throwable cause)Instantiate.ValidateKeysException(HttpStatus status, java.lang.Throwable cause)Instantiate. -
Uses of HttpStatus in net.officefloor.web.response
Constructors in net.officefloor.web.response with parameters of type HttpStatus Constructor Description ObjectResponseManagedObjectSource(HttpStatus httpStatus, java.util.List<HttpObjectResponderFactory> objectResponderFactories, ObjectResponseManagedObjectSource.DefaultHttpObjectResponder defaultHttpObjectResponder)Instantiate. -
Uses of HttpStatus in net.officefloor.woof.mock
Methods in net.officefloor.woof.mock with parameters of type HttpStatus Modifier and Type Method Description protected MockHttpResponseMockWoofServer. createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)Constructors in net.officefloor.woof.mock with parameters of type HttpStatus Constructor Description MockWoofResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)
-