public class LocalStreamConnection
extends java.lang.Object
ServerStreamConnection
for
use by the
org.apache.xmlrpc.client.XmlRpcLocalStreamTransport
.Constructor and Description |
---|
LocalStreamConnection(XmlRpcStreamRequestConfig pConfig,
java.io.InputStream pRequest)
Creates a new instance with the given request stream.
|
Modifier and Type | Method and Description |
---|---|
XmlRpcStreamRequestConfig |
getConfig()
Returns the request configuration.
|
java.io.InputStream |
getRequest()
Returns the request stream.
|
java.io.ByteArrayOutputStream |
getResponse()
Returns an output stream, to which the response
may be written.
|
ServerStreamConnection |
getServerStreamConnection()
Returns the servers connection.
|
public LocalStreamConnection(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pRequest)
public java.io.InputStream getRequest()
public XmlRpcStreamRequestConfig getConfig()
public java.io.ByteArrayOutputStream getResponse()
public ServerStreamConnection getServerStreamConnection()