Constructor and Description |
---|
HttpServletResponseImpl(HttpResponse response,
Clock clock,
javax.servlet.http.HttpServletRequest request,
Locale locale)
Initiate.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletHttpResponse
HttpResponse wrapping a HttpServletResponse . |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ServletServerHttpConnection.getHttpResponse() |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
ServerHttpConnection.getHttpResponse()
Obtains the
HttpResponse for this ServerHttpConnection . |
Modifier and Type | Class and Description |
---|---|
class |
HttpResponseImpl
|
Modifier and Type | Method and Description |
---|---|
HttpResponse |
HttpManagedObjectImpl.getHttpResponse() |
Modifier and Type | Method and Description |
---|---|
static HttpHeader |
HttpCookieUtil.addHttpCookie(HttpCookie cookie,
HttpResponse response)
Adds the
HttpCookie to the HttpResponse . |
Modifier and Type | Method and Description |
---|---|
static void |
AbstractHttpFile.writeHttpFile(HttpFile file,
HttpResponse response)
Writes the
HttpFile to the HttpResponse . |
Copyright © 2005–2016. All rights reserved.