Uses of Class org.apache.xmlrpc.webserver.RequestData

Uses in package org.apache.xmlrpc.webserver

Methods with parameter type org.apache.xmlrpc.webserver.RequestData

void
Connection.writeError(RequestData pData, Throwable pError, ByteArrayOutputStream pStream)
Writes an error response to the output stream.
void
Connection.writeErrorHeader(RequestData pData, Throwable pError, int pContentLength)
Writes an error responses headers to the output stream.
void
Connection.writeResponse(RequestData pData, 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-2007 Apache Software Foundation. All Rights Reserved.