Package org.owasp.webscarab.model

Interface Summary
ConversationListener  
ConversationModel  
FrameworkListener  
SiteModelStore This interface defines the necessary functions for a persistent or non-persistent backing store.
UrlListener  
UrlModel  
 

Class Summary
AbstractConversationModel  
AbstractUrlModel  
ConversationEvent  
ConversationID provides a link to a conversation in the model
Cookie Represents a cookie received from a web server From rfc 2109 The syntax for the Set-Cookie response header is set-cookie = "Set-Cookie:" cookies cookies = 1#cookie cookie = NAME "=" VALUE *(";" cookie-av) NAME = attr VALUE = value cookie-av = "Comment" "=" value | "Domain" "=" value | "Max-Age" "=" value | "Path" "=" value | "Secure" | "Version" "=" 1*DIGIT added support for Microsoft's new httponly flag - untested, and largely unused!
FileSystemStore  
FilteredConversationModel  
FilteredUrlModel  
FrameworkEvent  
FrameworkModel Provides a model of the conversations that have been seen
HttpUrl Represents a http or https url
Message Message is a class that is used to represent the bulk of an HTTP message, namely the headers, and (possibly null) body.
MultiPartContent  
NamedValue  
Preferences  
Request This class represents a request that can be sent to an HTTP server.
Response Represents a HTTP response as sent by an HTTP server
UrlEvent  
 

Exception Summary
StoreException