|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> [ server overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.commons.httpclient.server
| Interface Summary | |
| HttpRequestHandler | Defines an HTTP request handler for the SimpleHttpServer |
| HttpService | Defines an HTTP request/response service for the SimpleHttpServer |
| SimpleSocketFactory | Defines a socket factory interface |
| Class Summary | |
| AuthRequestHandler | This request handler guards access to the http server when used in a request handler chain. |
| BidiStreamProxy | Pumps data between a pair of input / output streams. |
| ErrorResponse | Default error responses. |
| GenericResponse | A generic HTTP response. |
| HttpRequestHandlerChain | Maintains a chain of HttpRequestHandlers where new request-handlers can be prepended/appended. |
| HttpServiceHandler | This request handler provides service interface similar to that of Servlet API. |
| ProxyAuthRequestHandler | This request handler guards access to a proxy when used in a request handler chain. |
| ProxyRequestHandler | |
| RequestLine | Defines a HTTP request-line, consisting of method name, URI and protocol. |
| ResponseWriter | Provides a hybrid Writer/OutputStream for sending HTTP response data |
| SimpleConnectionThread | Simple HTTP connection thread. |
| SimpleConnList | A simple list of connections. |
| SimpleConnManager | A REALLY simple connection manager. |
| SimpleConnSet | A simple set of connections. |
| SimpleHost | |
| SimpleHttpServer | A simple, but extensible HTTP server, mostly for testing purposes. |
| SimpleHttpServerConnection | A connection to the SimpleHttpServer. |
| SimplePlainSocketFactory | Defines a plain socket factory |
| SimpleProxy | Simple server that registers default request handlers to act as a proxy. |
| SimpleRequest | A generic HTTP request. |
| SimpleResponse | A generic HTTP response. |
| StreamProxy | Pipes all data of an input stream through to an output stream asynchronously. |
| TransparentProxyRequestHandler | This request handler can handle the CONNECT method. |
|
|||||||||
| Home >> All >> org >> apache >> commons >> httpclient >> [ server overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||