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 Object
implements XmlRpcStreamTransport.ReqWriter
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
GzipReqWriter
(XmlRpcStreamTransport.ReqWriter pReqWriter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
write
(OutputStream pStream) Writes the requests data to the given output stream.
-
Field Details
-
reqWriter
-
-
Constructor Details
-
GzipReqWriter
-
-
Method Details
-
write
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
IOException
SAXException
-