Class XmlLoggingInternalServer.LoggingResponse
- java.lang.Object
-
- org.astrogrid.samp.httpd.HttpServer.Response
-
- org.astrogrid.samp.xmlrpc.internal.XmlLoggingInternalServer.LoggingResponse
-
- Enclosing class:
- XmlLoggingInternalServer
private class XmlLoggingInternalServer.LoggingResponse extends HttpServer.Response
-
-
Field Summary
Fields Modifier and Type Field Description (package private) HttpServer.Response
base_
-
Constructor Summary
Constructors Constructor Description LoggingResponse(HttpServer.Response base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeBody(java.io.OutputStream out)
Implemented to generate the bytes in the body of the response.-
Methods inherited from class org.astrogrid.samp.httpd.HttpServer.Response
getHeaderMap, getStatusCode, getStatusPhrase, writeResponse
-
-
-
-
Field Detail
-
base_
final HttpServer.Response base_
-
-
Constructor Detail
-
LoggingResponse
LoggingResponse(HttpServer.Response base)
-
-
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 classHttpServer.Response
- Parameters:
out
- destination stream for body bytes- Throws:
java.io.IOException
-
-