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, writeResponse
final HttpServer.Response base_
LoggingResponse(HttpServer.Response base)
public void writeBody(java.io.OutputStream out) throws java.io.IOException
HttpServer.Response
writeBody
in class HttpServer.Response
out
- destination stream for body bytesjava.io.IOException