| Frames | No Frames |
Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| class | Web servers extension of
XmlRpcHttpRequestConfig,
which allows to store additional per request data. |
Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| OutputStream | XmlRpcServletServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) Called to prepare the output stream, if content length is
required. |
| boolean | Returns, whether the requests content length is required. |
Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| class | Default implementation of a request configuration. |
Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
LocalStreamConnection.LocalStreamConnection(XmlRpcStreamRequestConfig pConfig, InputStream pRequest) Creates a new instance with the given request stream. | |
Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| void | XmlRpcStreamRequestProcessor.execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) Reads an XML-RPC request from the connection
object and processes the request, writing the
result to the same connection object. |
Methods with return type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| XmlRpcStreamRequestConfig | Returns the request configuration. |
Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| class | Default implementation of a clients request configuration. |
Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| boolean | |
| boolean | Returns, whether the response is gzip compressed. |
| boolean | Returns, whether the response is gzip compressed. |
| boolean | |
| boolean | Returns, whether the response is gzip compressed. |
| boolean | |
| Object | |
Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
| void | Returns, whether the
/** Processes a "connection". |
| InputStream | XmlRpcStreamServer.getInputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) |
| OutputStream | XmlRpcHttpServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) Called to prepare the output stream. |
| OutputStream | XmlRpcStreamServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) Called to prepare the output stream. |
| OutputStream | XmlRpcStreamServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) Called to prepare the output stream, if content length is
required. |
| XmlRpcRequest | |
| XmlRpcWriter | |
| boolean | Returns, whether the requests content length is required. |
| void | XmlRpcStreamServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) |
| void | XmlRpcStreamServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult) |
Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig | |
XmlRpcResponseParser.XmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig, TypeFactory pTypeFactory) Creates a new instance. | |