|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xmlrpc.common.LocalStreamConnection
public class LocalStreamConnection
Implementation of ServerStreamConnection for
use by the
XmlRpcLocalStreamTransport.
| Constructor Summary | |
|---|---|
LocalStreamConnection(XmlRpcStreamRequestConfig pConfig,
java.io.InputStream pRequest)
Creates a new instance with the given request stream. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalStreamConnection(XmlRpcStreamRequestConfig pConfig,
java.io.InputStream pRequest)
| Method Detail |
|---|
public java.io.InputStream getRequest()
public XmlRpcStreamRequestConfig getConfig()
public java.io.ByteArrayOutputStream getResponse()
public ServerStreamConnection getServerStreamConnection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||