Version
4.0
setPort( names, values )
Set the port that each of the named virtual servers listens on for
incoming connections.
void setPort(
String[] names
Unsigned Integer[] values
)
setProtection( names, values )
Set the Service Protection Settings that are used to protect each of the
named virtual servers.
void setProtection(
String[] names
String[] values
)
setProtocol( names, values )
Set the protocol that each of the named virtual servers uses.
void setProtocol(
String[] names
VirtualServer.Protocol[] values
)
setProxyClose( names, values )
Set 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.
void setProxyClose(
String[] names
Boolean[] values
)
setResponseRules( names, rules )
Set the rules that are run on server responses for each of the named
virtual servers.
void setResponseRules(
String[] names
71
New Page 1