Public Member Functions
org.apache.xmlrpc.common.XmlRpcStreamRequestConfig Interface Reference
Inheritance diagram for org.apache.xmlrpc.common.XmlRpcStreamRequestConfig:
Inheritance graph
[legend]

List of all members.

Public Member Functions

boolean isEnabledForExceptions ()
boolean isGzipCompressing ()
boolean isGzipRequesting ()

Detailed Description

Interface of a client configuration for a transport, which is implemented by writing to a stream.

Definition at line 27 of file XmlRpcStreamRequestConfig.java.


Member Function Documentation

Returns, whether the response should contain a "faultCause" element in case of errors. The "faultCause" is an exception, which the server has trapped and written into a byte stream as a serializable object.

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.

Returns, whether the request stream is being compressed. Note, that the response stream may still be uncompressed.

Returns:
Whether to use Gzip compression or not. Defaults to false.
See also:
isGzipRequesting()

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.

Returns, whether compression is requested for the response stream. Note, that the request is stull uncompressed, unless isGzipCompressing() is activated. Also note, that the server may still decide to send uncompressed data.

Returns:
Whether to use Gzip compression or not. Defaults to false.
See also:
isGzipCompressing()

Implemented in org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl.


The documentation for this interface was generated from the following file:


rosjava_core
Author(s):
autogenerated on Wed Aug 26 2015 16:06:50