Package org.apache.xmlrpc.client
Class XmlRpcStreamTransport.GzipReqWriter
- java.lang.Object
-
- org.apache.xmlrpc.client.XmlRpcStreamTransport.GzipReqWriter
-
- All Implemented Interfaces:
XmlRpcStreamTransport.ReqWriter
- Enclosing class:
- XmlRpcStreamTransport
protected class XmlRpcStreamTransport.GzipReqWriter extends java.lang.Object implements XmlRpcStreamTransport.ReqWriter
-
-
Field Summary
Fields Modifier and Type Field Description private XmlRpcStreamTransport.ReqWriter
reqWriter
-
Constructor Summary
Constructors Modifier Constructor Description protected
GzipReqWriter(XmlRpcStreamTransport.ReqWriter pReqWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(java.io.OutputStream pStream)
Writes the requests data to the given output stream.
-
-
-
Field Detail
-
reqWriter
private final XmlRpcStreamTransport.ReqWriter reqWriter
-
-
Constructor Detail
-
GzipReqWriter
protected GzipReqWriter(XmlRpcStreamTransport.ReqWriter pReqWriter)
-
-
Method Detail
-
write
public void write(java.io.OutputStream pStream) throws XmlRpcException, java.io.IOException, org.xml.sax.SAXException
Description copied from interface:XmlRpcStreamTransport.ReqWriter
Writes the requests data to the given output stream. The method ensures, that the target is being closed.- Specified by:
write
in interfaceXmlRpcStreamTransport.ReqWriter
- Throws:
XmlRpcException
java.io.IOException
org.xml.sax.SAXException
-
-