Uses of Class
net.officefloor.server.http.WritableHttpHeader
Packages that use WritableHttpHeader
Package
Description
-
Uses of WritableHttpHeader in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type WritableHttpHeaderModifier and TypeMethodDescriptionvoidSamHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of WritableHttpHeader in net.officefloor.server.google.function
Methods in net.officefloor.server.google.function with parameters of type WritableHttpHeaderModifier and TypeMethodDescriptionvoidGoogleFunctionHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of WritableHttpHeader in net.officefloor.server.http
Fields in net.officefloor.server.http declared as WritableHttpHeaderModifier and TypeFieldDescriptionWritableHttpHeader.nextNextWritableHttpHeaderto enable chaining together into linked list.Methods in net.officefloor.server.http with parameters of type WritableHttpHeaderModifier and TypeMethodDescriptionvoidHttpResponseWriter.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 WritableHttpHeaderModifierConstructorDescriptionHttpException(HttpStatus status, WritableHttpHeader[] headers, String entity) Instantiate. -
Uses of WritableHttpHeader in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return WritableHttpHeaderModifier and TypeMethodDescriptionProcessAwareHttpResponseHeaders.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 WritableHttpHeaderModifier and TypeFieldDescriptionprotected final List<WritableHttpHeader>MockHttpServer.MockHttpResponseImpl.headersHttpHeaderinstances.Methods in net.officefloor.server.http.mock that return WritableHttpHeaderMethods in net.officefloor.server.http.mock that return types with arguments of type WritableHttpHeaderModifier and TypeMethodDescriptionMockHttpResponse.getHeaders()Obtains the responseWritableHttpHeaderinstances.MockHttpServer.MockHttpResponseImpl.getHeaders()Method parameters in net.officefloor.server.http.mock with type arguments of type WritableHttpHeaderModifier and TypeMethodDescriptionprotected MockHttpResponseMockHttpServer.createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Creates theMockHttpResponse.Constructor parameters in net.officefloor.server.http.mock with type arguments of type WritableHttpHeaderModifierConstructorDescriptionprotectedMockHttpResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, 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 WritableHttpHeaderModifier and TypeMethodDescriptionvoidHttpServletHttpResponseWriter.writeHttpResponse(HttpVersion version, HttpStatus status, WritableHttpHeader headHttpHeader, WritableHttpCookie headHttpCookie, long contentLength, HttpHeaderValue contentType, StreamBuffer<ByteBuffer> contentHeadStreamBuffer) -
Uses of WritableHttpHeader in net.officefloor.web.escalation
Constructors in net.officefloor.web.escalation with parameters of type WritableHttpHeaderModifierConstructorDescriptionBadRequestHttpException(WritableHttpHeader[] headers, String entity) Instantiate. -
Uses of WritableHttpHeader in net.officefloor.woof.mock
Method parameters in net.officefloor.woof.mock with type arguments of type WritableHttpHeaderModifier and TypeMethodDescriptionprotected MockHttpResponseMockWoofServer.createMockHttpResponse(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Constructor parameters in net.officefloor.woof.mock with type arguments of type WritableHttpHeaderModifierConstructorDescriptionprotectedMockWoofResponseImpl(MockHttpServer.MockHttpRequest request, HttpVersion version, HttpStatus status, List<WritableHttpHeader> headers, List<WritableHttpCookie> cookies, InputStream entityInputStream) Instantiate.