All Packages Class Hierarchy This Package Previous Next Index
Class calypso.core.httpserver.HttpMessage
java.lang.Object
|
+----calypso.core.httpserver.HttpMessage
- abstract class HttpMessage
- extends Object
- implements HttpServerConstants
Common properties of HTTP request and response. The common properties
are in fact only the protocol version number string and it's major
and minor version numbers. This class offers also date parsing and
formatting methods for request and response objects.
- Version:
- v1.0
- Author:
- Juha Pääjärvi / TCM laboratory / Helsinki Univ. of Tech.
This class is not public and therefore cannot be used outside this package.
All Packages Class Hierarchy This Package Previous Next Index