Other Web Server Related Classes
HTTPAgentRequest
This file is an extension of the com.cometway.jak.AgentRequest class. This class prints an HTTP response in the case that an agent which was requested by a browser does not return a proper HTTP/1.1 response header.
ConnectionKMethod
This is the heart of the HTTP protocol. The KMethod (extension of kinetoscope.util.KMethod), handles and interprets a browser's HTTP/1.0 or HTTP/1.1 request header and body and determines what to do with it. It will find the proper agent to handle the request and create an HTTPAgentRequest and hand it off to the agent. Whatever this agent prints to the AgentRequest will be sent to the client's browser.
Base64Encoding
This helper class contains the MIME/64 encoding and decoding methods when dealing with password authentication. These methods can be used by any agent to encode or decode whatever they wish.
Description: Other classes that are used by the webserver agents.
Updated: Mon May 19 06:30:10 EDT 2008