ZXTM Control API Overview and Reference
Version 4.0
getMaxServerBuffer( names )
Get the amount of memory used to store data returned by the server, in
bytes, for each of the named virtual servers.
Unsigned Integer[] getMaxServerBuffer(
String[] names
)
getPort( names )
Get the port that each of the named virtual servers listens on for
incoming connections.
Unsigned Integer[] getPort(
String[] names
)
getProtection( names )
Get the Service Protection Settings that are used to protect each of the
named virtual servers.
String[] getProtection(
String[] names
)
getProtocol( names )
Get the protocol that each of the named virtual servers uses.
VirtualServer.Protocol[] getProtocol(
String[] names
)
getProxyClose( names )
Get whether each of the named virtual servers should close a connection
when a FIN packet is sent to the back end server. The alternative is to
wait for the server to close the connection.
Boolean[] getProxyClose(
String[] names
)
58
New Page 1