Uses of Package
com.zenkey.net.prowser

Classes in com.zenkey.net.prowser used by com.zenkey.net.prowser
Prowser
          The Prowser class serves as the creator and owner of one or more Tab instances whose job it is to perform web page requests.
Request
          The Request class is a collection of properties that specify a web page request to be made by a Tab instance.
Response
          The Response class represents the data resulting from a web page request made by a Tab instance.
Tab
          The Tab class represents a "tab window" that belongs to a particular Prowser instance; Tab objects actually do the work of executing web page requests and processing the responses.