- FLAGS_8BYTE_INT - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
The client will be able to handle 8 byte integer values (longs).
- FLAGS_ACCEPT_NULL_DATES - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
Accepts response containing eg: <dateTime.iso8601/>
- FLAGS_APACHE_WS - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
This flag should be used if the server is an apache ws xmlrpc server.
- FLAGS_DEBUG - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
Activate debug mode.
- FLAGS_DEFAULT_TYPE_STRING - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, a value with a missing type tag, will be parsed
as a string element.
- FLAGS_ENABLE_COOKIES - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag, the client will be able to handle cookies, meaning saving cookies
from the server and sending it with every other request again.
- FLAGS_FORWARD - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the client will forward the request, if
the 301 or 302 HTTP status code has been received.
- FLAGS_IGNORE_NAMESPACES - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the
XMLRPCClient ignores all namespaces
used within the response from the server.
- FLAGS_IGNORE_STATUSCODE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the XML-RPC client will ignore the HTTP status
code of the response from the server.
- FLAGS_NIL - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
The client will be able to send null values.
- FLAGS_NO_STRING_DECODE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
This prevents the decoding of incoming strings, meaning & and <
won't be decoded to the & sign and the "less then" sign.
- FLAGS_NO_STRING_ENCODE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
By default outgoing string values will be encoded according to specification.
- FLAGS_NONE - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
No flags should be set.
- FLAGS_SSL_IGNORE_ERRORS - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
This flag disables all SSL warnings.
- FLAGS_SSL_IGNORE_INVALID_CERT - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the client will ignore all unverified SSL/TLS
certificates.
- FLAGS_SSL_IGNORE_INVALID_HOST - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the client will ignore, if the URL doesn't match
the SSL Certificate.
- FLAGS_STRICT - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
The client should parse responses strict to specification.
- FLAGS_USE_SYSTEM_PROXY - Static variable in class de.timroes.axmlrpc.XMLRPCClient
-
With this flag enabled, the
XMLRPCClient will use the system http
proxy to connect to the XML-RPC server.