Package org.astrogrid.samp.httpd
package org.astrogrid.samp.httpd
Standalone HTTP server.
This is used by the
xmlrpc.internal
XML-RPC layer implementation.
It may also come in useful for client applications which wish to
serve resources (such as dynamically-generated data or icons
as referenced by the Metadata.ICONURL_KEY
item)
as part of SAMP operations.
Other than its use by the xmlprc.internal
classes however
this package is not required by the JSAMP package, and it has no dependencies
on other parts of it, so it may be used as a separate item if required.-
ClassDescriptionHandler implementation which allows the server to serve a directory full of resources.Simple modular HTTP server.Implemented to serve data for some URLs.Represents a parsed HTTP client request.Represents a response to an HTTP request.Handler implementation which allows the server to serve multiple separate resources which are available to it, but not necessarily to external clients, as URLs.Handler implementation which implements dynamic resource provision.Defines a resource suitable for serving by the
ResourceHandler
HTTP server handler.Handler implementation which allows the server to serve resources which are available to it as URLs.Utility class for use with HttpServer.