|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcStreamRequestConfig | |
---|---|
org.apache.xmlrpc.common | |
org.apache.xmlrpc.parser |
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.common |
---|
Subinterfaces of XmlRpcStreamRequestConfig in org.apache.xmlrpc.common | |
---|---|
interface |
XmlRpcHttpRequestConfig
Extension of org.apache.xmlrpc.client.XmlRpcClientConfig
for HTTP based transport. |
Classes in org.apache.xmlrpc.common that implement XmlRpcStreamRequestConfig | |
---|---|
class |
XmlRpcHttpRequestConfigImpl
Default implementation of a request configuration. |
Methods in org.apache.xmlrpc.common that return XmlRpcStreamRequestConfig | |
---|---|
XmlRpcStreamRequestConfig |
LocalStreamConnection.getConfig()
Returns the request configuration. |
Methods in org.apache.xmlrpc.common with parameters of type 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. |
Constructors in org.apache.xmlrpc.common with parameters of type XmlRpcStreamRequestConfig | |
---|---|
LocalStreamConnection(XmlRpcStreamRequestConfig pConfig,
java.io.InputStream pRequest)
Creates a new instance with the given request stream. |
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.parser |
---|
Constructors in org.apache.xmlrpc.parser with parameters of type XmlRpcStreamRequestConfig | |
---|---|
XmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig,
TypeFactory pTypeFactory)
Creates a new instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |