Uses of Class
org.apache.xmlrpc.webserver.RequestData
-
Packages that use RequestData Package Description org.apache.xmlrpc.webserver -
-
Uses of RequestData in org.apache.xmlrpc.webserver
Methods in org.apache.xmlrpc.webserver with parameters of type RequestData Modifier and Type Method Description voidConnection. writeError(RequestData pData, java.lang.Throwable pError, java.io.ByteArrayOutputStream pStream)Writes an error response to the output stream.voidConnection. writeErrorHeader(RequestData pData, java.lang.Throwable pError, int pContentLength)Writes an error responses headers to the output stream.voidConnection. writeResponse(RequestData pData, java.io.OutputStream pBuffer)Writes the response header and the response to the output stream.voidConnection. writeResponseHeader(RequestData pData, int pContentLength)Writes the response header to the output stream.
-