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
Fields in org.apache.xmlrpc.webserver declared as RequestData Modifier and Type Field Description private RequestData
Connection. requestData
private RequestData
Connection.RequestException. requestData
Methods in org.apache.xmlrpc.webserver that return RequestData Modifier and Type Method Description private RequestData
Connection. getRequestConfig()
Returns the connections request configuration by merging the HTTP request headers and the servers configuration.(package private) RequestData
Connection.RequestException. getRequestData()
Methods in org.apache.xmlrpc.webserver with parameters of type RequestData Modifier and Type Method 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.Constructors in org.apache.xmlrpc.webserver with parameters of type RequestData Constructor Description BadEncodingException(RequestData pData, java.lang.String pTransferEncoding)
BadRequestException(RequestData pData, java.lang.String pTransferEncoding)
RequestException(RequestData pData, java.lang.String pMessage)
-