Package | Description |
---|---|
org.apache.xmlrpc.webserver |
Modifier and Type | Method and Description |
---|---|
void |
Connection.writeError(RequestData pData,
java.lang.Throwable pError,
java.io.ByteArrayOutputStream pStream)
Writes an error response to the output stream.
|
void |
Connection.writeErrorHeader(RequestData pData,
java.lang.Throwable pError,
int pContentLength)
Writes an error responses headers to the output stream.
|
void |
Connection.writeResponse(RequestData pData,
java.io.OutputStream pBuffer)
Writes the response header and the response to the
output stream.
|
void |
Connection.writeResponseHeader(RequestData pData,
int pContentLength)
Writes the response header to the output stream.
|
Copyright © 2001–2017. All rights reserved.