Uses of Class
org.apache.xmlrpc.webserver.RequestData
Packages that use RequestData
-
Uses of RequestData in org.apache.xmlrpc.webserver
Fields in org.apache.xmlrpc.webserver declared as RequestDataModifier and TypeFieldDescriptionprivate RequestDataConnection.requestDataprivate final RequestDataConnection.RequestException.requestDataMethods in org.apache.xmlrpc.webserver that return RequestDataModifier and TypeMethodDescriptionprivate RequestDataConnection.getRequestConfig()Returns the connections request configuration by merging the HTTP request headers and the servers configuration.(package private) RequestDataConnection.RequestException.getRequestData()Methods in org.apache.xmlrpc.webserver with parameters of type RequestDataModifier and TypeMethodDescriptionvoidConnection.writeError(RequestData pData, Throwable pError, ByteArrayOutputStream pStream) Writes an error response to the output stream.voidConnection.writeErrorHeader(RequestData pData, Throwable pError, int pContentLength) Writes an error responses headers to the output stream.voidConnection.writeResponse(RequestData pData, 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.Constructors in org.apache.xmlrpc.webserver with parameters of type RequestDataModifierConstructorDescription(package private)BadEncodingException(RequestData pData, String pTransferEncoding) (package private)BadRequestException(RequestData pData, String pTransferEncoding) (package private)RequestException(RequestData pData, String pMessage)