Uses of Class
net.officefloor.server.http.WritableHttpCookie
-
-
Uses of WritableHttpCookie in net.officefloor.server.aws.sam
Methods in net.officefloor.server.aws.sam with parameters of type WritableHttpCookie 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 WritableHttpCookie in net.officefloor.server.http
Fields in net.officefloor.server.http declared as WritableHttpCookie Modifier and Type Field Description WritableHttpCookie
WritableHttpCookie. next
NextWritableHttpCookie
to enable chaining together into linked list.Methods in net.officefloor.server.http with parameters of type WritableHttpCookie 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
. -
Uses of WritableHttpCookie in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return WritableHttpCookie Modifier and Type Method Description WritableHttpCookie
ProcessAwareHttpResponseCookies. getWritableHttpCookie()
Obtains the headWritableHttpCookie
to the linked list ofWritableHttpCookie
instances for theHttpResponseWriter
. -
Uses of WritableHttpCookie in net.officefloor.server.http.mock
Fields in net.officefloor.server.http.mock with type parameters of type WritableHttpCookie Modifier and Type Field Description protected java.util.List<WritableHttpCookie>
MockHttpServer.MockHttpResponseImpl. cookies
HttpResponseCookie
instances.Methods in net.officefloor.server.http.mock that return WritableHttpCookie Modifier and Type Method Description WritableHttpCookie
MockHttpResponse. getCookie(java.lang.String name)
Obtains theWritableHttpCookie
by the name.WritableHttpCookie
MockHttpServer.MockHttpResponseImpl. getCookie(java.lang.String name)
static WritableHttpCookie
MockHttpServer. mockResponseCookie(java.lang.String name, java.lang.String value)
Creates a mockHttpResponseCookie
.Methods in net.officefloor.server.http.mock that return types with arguments of type WritableHttpCookie Modifier and Type Method Description java.util.List<WritableHttpCookie>
MockHttpResponse. getCookies()
Obtains the responseWritableHttpCookie
instances.java.util.List<WritableHttpCookie>
MockHttpServer.MockHttpResponseImpl. getCookies()
-
Uses of WritableHttpCookie in net.officefloor.server.http.servlet
Methods in net.officefloor.server.http.servlet with parameters of type WritableHttpCookie 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)
-