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.Responsebase_
-
Constructor Summary
Constructors Constructor Description LoggingResponse(HttpServer.Response base)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteBody(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.IOExceptionDescription copied from class:HttpServer.ResponseImplemented to generate the bytes in the body of the response.- Specified by:
writeBodyin classHttpServer.Response- Parameters:
out- destination stream for body bytes- Throws:
java.io.IOException
-
-