public class LocalStreamConnection extends Object
ServerStreamConnection
for
use by the
XmlRpcLocalStreamTransport
.Constructor and Description |
---|
LocalStreamConnection(XmlRpcStreamRequestConfig pConfig,
InputStream pRequest)
Creates a new instance with the given request stream.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public LocalStreamConnection(XmlRpcStreamRequestConfig pConfig, InputStream pRequest)
public InputStream getRequest()
public XmlRpcStreamRequestConfig getConfig()
public ByteArrayOutputStream getResponse()
public ServerStreamConnection getServerStreamConnection()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.