Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.httpclient.server: Javadoc index of package org.apache.commons.httpclient.server.


Package Samples:

org.apache.commons.httpclient.server

Classes:

HttpRequestHandlerChain: Maintains a chain of HttpRequestHandler s where new request-handlers can be prepended/appended. For each call to #processRequest(ResponseWriter,SimpleHttpServerConnection,RequestLine,Header[]) we iterate over the chain from the start to the end, stopping as soon as a handler has claimed the output.
AuthRequestHandler: This request handler guards access to the http server when used in a request handler chain. It checks the headers for valid credentials and performs the authentication handshake if necessary.
ProxyAuthRequestHandler: This request handler guards access to a proxy when used in a request handler chain. It checks the headers for valid credentials and performs the authentication handshake if necessary.
BidiStreamProxy: Pumps data between a pair of input / output streams. Used to connect the two ends (left and right) of a bidirectional communication channel. Instances of this class are thread safe.
StreamProxy: Pipes all data of an input stream through to an output stream asynchronously. Instances of this class are thread safe.
RequestLine: Defines a HTTP request-line, consisting of method name, URI and protocol. Instances of this class are immutable.
TransparentProxyRequestHandler: This request handler can handle the CONNECT method. It does nothing for any other HTTP methods.
HttpServiceHandler: This request handler provides service interface similar to that of Servlet API.
SimpleProxy: Simple server that registers default request handlers to act as a proxy.
ResponseWriter: Provides a hybrid Writer/OutputStream for sending HTTP response data
SimpleHttpServer: A simple, but extensible HTTP server, mostly for testing purposes.
HttpService: Defines an HTTP request/response service for the SimpleHttpServer
HttpRequestHandler: Defines an HTTP request handler for the SimpleHttpServer
SimpleHttpServerConnection: A connection to the SimpleHttpServer.
SimpleConnManager: A REALLY simple connection manager.
SimpleSocketFactory: Defines a socket factory interface
SimpleConnectionThread: Simple HTTP connection thread.
SimplePlainSocketFactory: Defines a plain socket factory
SimpleConnList: A simple list of connections.
SimpleConnSet: A simple set of connections.
GenericResponse: A generic HTTP response.
ErrorResponse: Default error responses.
SimpleResponse: A generic HTTP response.
SimpleRequest: A generic HTTP request.

Home | Contact Us | Privacy Policy | Terms of Service