Accept more requests on the same connection?
Finalize writing the response. Headers and data should have already been sent. Low-level alternative to sendResponse.
Send this data only. Headers should have already been sent. Low-level alternative to sendResponse.
Send these headers only. Low-level alternative to sendResponse.
Send the given HTTP response.
Switch protocols. If response is given, send that first. Then, release the connection and return it.
Send the given HTTP response, and do nothing else.
Idle connections are those which can be closed when the server is shutting down.
Retrieve the remote address of the peer, as a string.
Connection used for this HTTP connection.
Are we connected now?
The current in-flight request.
Callback to handle a fully received request.
Optional HTTP log.
Whether we should compress responses according to the request headers.
Whether we will keep the connection open after the request is handled.
Whether we should follow "Range" request headers.
Time-out adapter.
The base class for an incoming connection to a HTTP server, unassuming of transport.