Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNo next file
HydraExpress Servlet Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

A.4 Differences in the HTTP Package

Table 11 describes differences between the Servlet Specification HTTP classes and the HydraExpress C++ implementation.

Table 11: Differences in the HTTP package between HydraExpress and the Servlet Specification  

Class Members Description

HttpSessionActivationListener

all

Not included in this implementation

HttpSessionAttributeListener

all

Not included in this implementation. Methods for this class were added to the HydraExpress class rwsf::HttpSessionListener

HttpServletRequestWrapper

all

not included in this implementation

HttpServletResponseWrapper

all

not included in this implementation

HttpSessionBindingListener

all

not included in this implementation

rwsf::Cookie

constructors and assignment operator

added constructors and assignment operator

getExpires()

setExpires()

added methods for getting and setting expiration on version 0 cookies

clone()

not included in this implementation (functionality replaced by assignment operator)

rwsf::HttpServletRequest

BASIC_AUTH, CLIENT_CERT_AUTH, DIGEST_AUTH, FORM_AUTH

not supported in this release

getAuthType()

currently a no-op at this release

getRemoteUser()

currently a no-op at this release

getUserPrincipal()

not included in this implementation

isUserInRole()

currently a no-op at this release

parseDate()

added method

rwsf::HttpSession

setFromCookie()

added method

setFromSession()

added method

rwsf::HttpSessionListener

attributeAdded

added method

attributeRemoved

added method

attributeReplaced

added method

ValueBound()

not included in this implementation

ValueUnbound()

not included in this implementation



Previous fileTop of DocumentContentsIndex pageNo next file

©2004-2007 Copyright Quovadx, Inc. All Rights Reserved.
Quovadx and Rogue Wave are registered trademarks of Quovadx, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.