- acceptMorebool acceptMore() 
- Accept more requests on the same connection? 
- closeResponsevoid closeResponse() 
- Finalize writing the response.
 Headers and data should have already been sent.
 Low-level alternative to sendResponse. 
- debugLogvoid debugLog(Args args) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- formatLocalAddressstring formatLocalAddress(HttpRequest r) 
- Undocumented in source. 
- logRequestvoid logRequest(HttpRequest request, HttpResponse response) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onContinuationvoid onContinuation(Data data) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onDisconnectvoid onDisconnect(string reason, DisconnectType type) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- onNewRequestvoid onNewRequest(Data data) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- processRequestvoid processRequest(DataVec data) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- sendDatavoid sendData(Data[] data) 
- Send this data only.
 Headers should have already been sent.
 Low-level alternative to sendResponse. 
- sendHeadersvoid sendHeaders(Headers headers, HttpStatusCode status, string statusMessage) 
- void sendHeaders(HttpResponse response) 
- Send these headers only.
 Low-level alternative to sendResponse. 
- sendResponsevoid sendResponse(HttpResponse response) 
- Send the given HTTP response. 
The base class for an incoming connection to a HTTP server, unassuming of transport.