org.apache.xmlrpc.client
Class XmlRpcHttpTransport.ByteArrayReqWriter
java.lang.Object
org.apache.xmlrpc.client.XmlRpcHttpTransport.ByteArrayReqWriter
- XmlRpcHttpTransport
- XmlRpcStreamTransport.ReqWriter
protected class XmlRpcHttpTransport.ByteArrayReqWriter
extends java.lang.Object
protected int | getContentLength()
|
void | write(OutputStream pStream) - Writes the requests data to the given output stream.
|
getContentLength
protected int getContentLength()
write
public void write(OutputStream pStream)
throws IOException
Writes the requests data to the given output stream.
The method ensures, that the target is being closed.
- write in interface XmlRpcStreamTransport.ReqWriter
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.