HTTPServer allows the creation of an HTTP server to which HTTPRequestHandlers
will register and handle incoming HTTP requests,
the package provides an implementation of the interface HTTPRequestHandler: instances of DefaultHTTPResourceHandler
allow
access to a resource upon request.See: Description
| Interface | Description |
|---|---|
| HTTPRequestHandler |
HTTP handler interface.
|
| Class | Description |
|---|---|
| DefaultHTTPResourceHandler |
Default implementation of an HTTP handler which allows access to a resource.
|
| HTTPServer |
This class allows the creation of an HTTP server to handle incoming HTTP requests.
|
The class HTTPServer allows the creation of an HTTP server to which HTTPRequestHandlers
will register and handle incoming HTTP requests,
the package provides an implementation of the interface HTTPRequestHandler: instances of DefaultHTTPResourceHandler
allow
access to a resource upon request.