Interface | Description |
---|---|
HttpServer.Handler |
Implemented to serve data for some URLs.
|
ServerResource |
Defines a resource suitable for serving by the
ResourceHandler
HTTP server handler. |
Class | Description |
---|---|
DirectoryMapperHandler |
Handler implementation which allows the server to serve a directory
full of resources.
|
HttpServer |
Simple modular HTTP server.
|
HttpServer.Request |
Represents a parsed HTTP client request.
|
HttpServer.Response |
Represents a response to an HTTP request.
|
MultiURLMapperHandler |
Handler implementation which allows the server to serve multiple
separate resources which are available to it, but not necessarily to
external clients, as URLs.
|
ResourceHandler |
Handler implementation which implements dynamic resource provision.
|
URLMapperHandler |
Handler implementation which allows the server to serve resources which
are available to it as URLs.
|
UtilServer |
Utility class for use with HttpServer.
|
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.Copyright © 2008–2024. All rights reserved.