Package com.cometway.httpd

This package contains agents for building a web server configuration.

See:
          Description

Interface Summary
HTMLResponseInterface This interface defines an Object that can return the full HTTP response header and body (as HTML), based off of the constants in com.cometway.httpd.WebServer
 

Class Summary
ConnectionKMethod This class contains all the code which is needed to deal with an incoming HTTP connection.
HTMLFormWriter HTMLFormWriter is a tool for writing simple HTML-based forms to a StringBuffer or AgentRequest output stream.
HTMLStringTools This class has a collection of static methods for HTML/HTTP related string manipulation.
HTTPAccessRestriction This WebServerExtension controls access restriction.
HTTPAgentRequest This file is an extension of the com.cometway.ak.AgentRequest class.
HTTPAuthenticationAgent This agent is used by the WebServer to handle authorization of password protected accesses.
HTTPcgi This extension is used to define and execute CGI scripts.
HTTPCheckKMethod This KMethod checks a web server by sending it a request for a URL.
HTTPDecoderStream This extension of InputStream allows only a fixed number of bytes to be read from the stream before acting as the Stream is empty.
HTTPFileDownloadAgent This agent is used to throttle specific content to web browsers.
HTTPFileServerAgent This agent is used by the WebServer to handle requests for HTML files and other static documents from the file system.
HTTPPathRewrite This WebServerExtension reads in a file of match and replace pairs, separated by a space.
HTTPProxyAgent This agent handles proxies to other web servers.
HTTPPutAgent This agent can be loaded to support traditional HTTP Put functionality, saving files received to the specified "html_directory".
HTTPRedirectAgent This Request Agent is used by the WebServer.
HTTPSetProperty This WebServerExtension reads in a file of patterns and properties pairs, separated by a space.
HTTPThrottledFileServer This agent is used by the WebServer to handle requests for HTML files and other static documents from the file system.
LogViewerPage This agent registers itself into the ServiceManager and accepts http requests to view information stored in log files.
SecureWebServer Routes HTTPS Requests from a server socket
WebServer Routes HTTP requests from a server socket.
WebServerExtension Abstract class representing an extension for the com.cometway.httpd.WebServer class.
XHTMLFormWriter XHTMLFormWriter is a tool for writing simple XHTML-based forms to a StringBuffer or AgentRequest output stream.
 

Package com.cometway.httpd Description

This package contains agents for building a web server configuration. These agents can be configured to include a variety of features such as redirection, proxying, multi-homing, and password authentication. They are compatible for use with any kind of HTTP-based protocol including WAP, SOAP and other forms of XML-based communication. Web request agents can be added to the configuration to support dynamically generated content.