ZXTM Control API Overview and Reference
Version 4.0
getBasicInfo( names )
Get the basic information for each of the named virtual servers. This
information includes the port, the protocol the virtual server handles and
the default pool for the traffic.
VirtualServer.BasicInfo[] getBasicInfo(
String[] names
)
getCompressUnknownSize( names )
Get whether each of the named virtual servers should compress
documents with no given size.
Boolean[] getCompressUnknownSize(
String[] names
)
getCompressionEnabled( names )
Get whether each of the named virtual servers should compress web
pages before sending to the client.
Boolean[] getCompressionEnabled(
String[] names
)
getCompressionLevel( names )
Get the gzip compression level, for each of the named virtual servers.
Unsigned Integer[] getCompressionLevel(
String[] names
)
getCompressionMIMETypes( names )
Get the list of MIME types to compress, for each of the named virtual
servers.
String[][] getCompressionMIMETypes(
String[] names
)
52
New Page 1