Package org.apache.axis2.transport.http.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.
ErrorResponse Default error responses.
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.
TransparentProxyRequestHandler This request handler can handle the CONNECT method.
 

Exception Summary
AdminAppException