org.apache.xmlrpc.common
public class LocalStreamConnection extends Object
| Constructor Summary | |
|---|---|
| LocalStreamConnection(XmlRpcStreamRequestConfig pConfig, InputStream pRequest) Creates a new instance with the given request stream. | |
| Method Summary | |
|---|---|
| XmlRpcStreamRequestConfig | getConfig() Returns the request configuration. |
| InputStream | getRequest() Returns the request stream. |
| ByteArrayOutputStream | getResponse() Returns an output stream, to which the response
may be written. |
| ServerStreamConnection | getServerStreamConnection() Returns the servers connection. |