Package | Description |
---|---|
org.apache.xmlrpc.common |
Modifier and Type | Method and Description |
---|---|
ServerStreamConnection |
LocalStreamConnection.getServerStreamConnection()
Returns the servers connection.
|
Modifier and Type | Method and Description |
---|---|
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.
|