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 void
SamHttpResponseWriter. 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 WritableHttpHeader
WritableHttpHeader. next
NextWritableHttpHeader
to enable chaining together into linked list.Methods in net.officefloor.server.http with parameters of type WritableHttpHeader Modifier and Type Method Description void
HttpResponseWriter. 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 WritableHttpHeader
ProcessAwareHttpResponseHeaders. getWritableHttpHeaders()
Obtains the headWritableHttpHeader
to the linked list ofWritableHttpHeader
instances 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. headers
HttpHeader
instances.Methods in net.officefloor.server.http.mock that return WritableHttpHeader Modifier and Type Method Description WritableHttpHeader
MockHttpResponse. getHeader(java.lang.String name)
Obtains the firstWritableHttpHeader
by the name.WritableHttpHeader
MockHttpServer.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 responseWritableHttpHeader
instances.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 MockHttpResponse
MockHttpServer. 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 void
HttpServletHttpResponseWriter. 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 MockHttpResponse
MockWoofServer. 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)
-