Uses of Class
net.officefloor.server.http.WritableHttpHeader
-
-
Uses of WritableHttpHeader in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type WritableHttpHeader 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 WritableHttpHeader in net.officefloor.server.http
Fields in net.officefloor.server.http declared as WritableHttpHeader Modifier and Type Field Description WritableHttpHeaderWritableHttpHeader. nextNextWritableHttpHeaderto enable chaining together into linked list.Methods in net.officefloor.server.http with parameters of type WritableHttpHeader Modifier and Type Method Description 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 WritableHttpHeader Constructor Description HttpException(HttpStatus status, WritableHttpHeader[] headers, java.lang.String entity)Instantiate. -
Uses of WritableHttpHeader in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return WritableHttpHeader Modifier and Type Method Description WritableHttpHeaderProcessAwareHttpResponseHeaders. getWritableHttpHeaders()Obtains the headWritableHttpHeaderto the linked list ofWritableHttpHeaderinstances for theHttpResponseWriter. -
Uses of WritableHttpHeader in net.officefloor.server.http.mock
Fields in net.officefloor.server.http.mock with type parameters of type WritableHttpHeader Modifier and Type Field Description protected java.util.List<WritableHttpHeader>MockHttpServer.MockHttpResponseImpl. headersHttpHeaderinstances.Methods in net.officefloor.server.http.mock that return WritableHttpHeader Modifier and Type Method Description WritableHttpHeaderMockHttpResponse. getHeader(java.lang.String name)Obtains the firstWritableHttpHeaderby the name.WritableHttpHeaderMockHttpServer.MockHttpResponseImpl. getHeader(java.lang.String name)Methods in net.officefloor.server.http.mock that return types with arguments of type WritableHttpHeader Modifier and Type Method Description java.util.List<WritableHttpHeader>MockHttpResponse. getHeaders()Obtains the responseWritableHttpHeaderinstances.java.util.List<WritableHttpHeader>MockHttpServer.MockHttpResponseImpl. getHeaders()Method parameters in net.officefloor.server.http.mock with type arguments of type WritableHttpHeader Modifier and Type Method Description 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.Constructor parameters in net.officefloor.server.http.mock with type arguments of type WritableHttpHeader 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 WritableHttpHeader in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type WritableHttpHeader 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 WritableHttpHeader in net.officefloor.web.escalation
Constructors in net.officefloor.web.escalation with parameters of type WritableHttpHeader Constructor Description BadRequestHttpException(WritableHttpHeader[] headers, java.lang.String entity)Instantiate. -
Uses of WritableHttpHeader in net.officefloor.woof.mock
Method parameters in net.officefloor.woof.mock with type arguments of type WritableHttpHeader 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)Constructor parameters in net.officefloor.woof.mock with type arguments of type WritableHttpHeader Constructor Description MockWoofResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, java.util.List<WritableHttpHeader> headers, java.util.List<WritableHttpCookie> cookies, java.io.InputStream entityInputStream)
-