ZXTM Control API Overview and Reference
Version 4.0
setKeepalive( names, values )
Set whether each of the named virtual servers should allow clients to
maintain keepalive connections.
void setKeepalive(
String[] names
Boolean[] values
)
setKeepaliveTimeout( names, values )
Set the time that an idle keepalive connection should be kept open for, in
seconds, for each of the named virtual servers.
void setKeepaliveTimeout(
String[] names
Unsigned Integer[] values
)
setListenAddresses( names, addresses )
Set the specific IP addresses and hostnames for each named virtual
server to listen on.
void setListenAddresses(
String[] names
String[][] addresses
)
setListenOnAllAddresses( names )
Make each of the named virtual servers listen on all IP addresses.
void setListenOnAllAddresses(
String[] names
)
setListenTrafficIPGroups( names, groups )
For each of the named virtual servers, set specific Traffic IP Groups for it
to listen on.
void setListenTrafficIPGroups(
String[] names
String[][] groups
)
68
New Page 1