Class JettyResponseWrapper
java.lang.Object
is.galia.resource.JettyResponseWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidAdds a header with the given name without replacing any same-named headers that already exist.voidReplaces all headers with the given name with a header with the given value.voidsetStatus(int status) void
-
Constructor Details
-
JettyResponseWrapper
public JettyResponseWrapper(org.eclipse.jetty.server.Response jettyResponse)
-
-
Method Details
-
addCookie
-
addHeader
-
getHeaders
- Specified by:
getHeadersin interfaceResponse- Returns:
- Read-only instance.
-
openBodyStream
- Specified by:
openBodyStreamin interfaceResponse- Throws:
IOException
-
getStatus
-
setHeader
-
setStatus
-
setStatus
-