Interface | Description |
---|---|
HttpService |
An interface for actors that handle HTTP requests.
|
Class | Description |
---|---|
HttpPost |
Post the contents of an input record to a specified URL.
|
HttpPut |
Put the contents of an input string to a specified URL.
|
HttpRequest |
An object representation of an HTTP request.
|
HttpRequestHandler |
An actor that handles an HTTP request by producing output
and waiting for an input that provides a response.
|
HttpRequestHandler.HttpRequestItems |
A data structure with all the relevant information about an
HTTP request.
|
HttpRequestHandler.HttpResponseItems |
A data structure with all the relevant information about an
HTTP response.
|
HttpResponse |
An HTTP response, comprised of selected fields from an HttpURLConnection.
|
HttpSink |
An abstract base class for an actor that outputs the response to an HTTP-request.
|
WebApplicationInfo |
Information for a web application running on a web server.
|
WebServer |
An attribute that runs a Jetty web server and routes incoming
HTTP requests to objects in the model that implement
HttpService . |
WebServerManager |
A manager for creating and managing instances of a Jetty web server.
|
WebServerUtilities |
A web server and information about the applications registered to it.
|
Enum | Description |
---|---|
HttpRequest.Method |
Enumeration of possible HTTP request methods.
|
HttpResponse.ErrorSource |
Enumeration of possible sources of response errors, or none if none.
|