Class XmlLoggingInternalServer.LoggingResponse

    • Method Detail

      • writeBody

        public void writeBody​(java.io.OutputStream out)
                       throws java.io.IOException
        Description copied from class: HttpServer.Response
        Implemented to generate the bytes in the body of the response.
        Specified by:
        writeBody in class HttpServer.Response
        Parameters:
        out - destination stream for body bytes
        Throws:
        java.io.IOException