private class XmlLoggingInternalServer.LoggingResponse extends HttpServer.Response
| Modifier and Type | Field and Description |
|---|---|
(package private) HttpServer.Response |
base_ |
| Constructor and Description |
|---|
LoggingResponse(HttpServer.Response base) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeBody(java.io.OutputStream out)
Implemented to generate the bytes in the body of the response.
|
getHeaderMap, getStatusCode, getStatusPhrase, writeResponsefinal HttpServer.Response base_
LoggingResponse(HttpServer.Response base)
public void writeBody(java.io.OutputStream out)
throws java.io.IOException
HttpServer.ResponsewriteBody in class HttpServer.Responseout - destination stream for body bytesjava.io.IOException