public interface XmlRpcStreamRequestConfig extends XmlRpcStreamConfig, XmlRpcRequestConfig
UTF8_ENCODING
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabledForExceptions()
Returns, whether the response should contain a "faultCause" element
in case of errors.
|
boolean |
isGzipCompressing()
Returns, whether the request stream is being compressed.
|
boolean |
isGzipRequesting()
Returns, whether compression is requested for the response stream.
|
getEncoding
getTimeZone, isEnabledForExtensions
boolean isGzipCompressing()
isGzipRequesting()
boolean isGzipRequesting()
isGzipCompressing()
is activated. Also note, that the
server may still decide to send uncompressed data.isGzipCompressing()
boolean isEnabledForExceptions()
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.