All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calypso.core.httpserver.HttpResponse

java.lang.Object
   |
   +----calypso.core.httpserver.HttpMessage
           |
           +----calypso.core.httpserver.HttpResponse

class HttpResponse
extends HttpMessage
implements HttpServletResponse, HttpStreamListener
HttpResponse class definition. HttpResponse objects are created whenever normal or error responses need to be sent. The class provides methods for setting the response header fields and sending special messages

Version:
1.0
Author:
Olli-Pekka Auvinen / TCM laboratory / HUT
See Also:
HttpMessage, HttpRequest

This class is not public and therefore cannot be used outside this package.


All Packages  Class Hierarchy  This Package  Previous  Next  Index