Provides methods to deal with the manipulate low-level HTTP constructs. Wraps the
HttpServletResponse .
author: Jevgeni Kabanov (ekabanov@webmedia.ee) See Also:HttpInputData
Encodes the URL to include some additional information (e.g. HTTP session identifier).
Note that Aranea may include some information not present in the servlet spec.
Returns an OutputStream that can be used to write to response.
Note that unlike the Servlet specification, Aranea permits to use stream and writer interchangeably.
Returns a PrintWriter that can be used to write to response.
Note that unlike the Servlet specification, Aranea permits to use stream and writer interchangeably.