Version
4.0
getSSLTrustMagic( names )
Get whether each of the named virtual servers should decode extra
information on the true origin of an SSL connection. This information is
prefixed onto an incoming SSL connection from another ZXTM.
Boolean[] getSSLTrustMagic(
String[] names
)
getServerfirstBanner( names )
Get the banner that each of the named virtual servers sends to clients for
server first protocols such as POP, SMTP and IMAP.
String[] getServerfirstBanner(
String[] names
)
getServiceLevelMonitoring( names )
Get the Service Level Monitoring class that each of the named virtual
servers uses.
String[] getServiceLevelMonitoring(
String[] names
)
getTimeout( names )
Get the time to wait for data on an already established connection, in
seconds, for each of the named virtual servers.
Unsigned Integer[] getTimeout(
String[] names
)
getUDPResponseDatagramsExpected( names )
Get the expected number of UDP datagrams in the response, for each of
the named virtual servers. For simple request/response protocols a value
of 1 should be used. If set to 1, the connection will not be discarded
until the udp_timeout is reached.
Integer[] getUDPResponseDatagramsExpected(
String[] names
)
61
New Page 1