The com.ms.asp package contains the following interfaces:
IApplicationObject calls the methods of the Application object.
IASPError describes an ASP error condition.
IReadCookie retrieves the values and attributes of a cookie stored in a Request object.
IRequest calls the methods of the Request object.
IRequestDictionary provides an index of IRequest objects.
IResponse calls the methods of the Response object.
IScriptingContext supports ASP applications that use the ScriptingContext class to access the built-in objects.
IServer calls the methods of the Server object.
ISessionObject calls the methods of the Session object.
IStringList retrieves the values stored in a string list.
IVariantDictionary provides an index of Application and Session objects.
IWriteCookie sets the values and attributes of a cookie stored in a Response object.