ZXTM Control API Overview and Reference
Version 4.0
)
setAddClusterClientIPHeader( names, values )
Set whether a X Cluster Client Ip header should be added to each HTTP
request, for each of the named virtual servers. The X Cluster Client Ip
header contains the client s IP address.
void setAddClusterClientIPHeader(
String[] names
Boolean[] values
)
setBandwidthClass( names, values )
Set the Bandwidth Class that each of the named virtual servers uses.
void setBandwidthClass(
String[] names
String[] values
)
setCompressUnknownSize( names, values )
Set whether each of the named virtual servers should compress
documents with no given size.
void setCompressUnknownSize(
String[] names
Boolean[] values
)
setCompressionEnabled( names, values )
Set whether each of the named virtual servers should compress web
pages before sending to the client.
void setCompressionEnabled(
String[] names
Boolean[] values
)
setCompressionLevel( names, values )
Set the gzip compression level, for each of the named virtual servers.
64
New Page 1