Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Bedienungsanleitung Seite 115

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 132
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 114
Brocade Virtual ADX OpenScript API Guide 103
53-1003243-01
Methods
7
Input Parameters
The following table contains the input values.
NOTE
If no input is included, the system will perform Layer-4 load balancing.
Return Values
None.
Example
OS _SLB:: send_to_client
Description
Causes the system send the collected payload to the client.
Context
This function can be called from an HTTP response event or TCP client events.
Usage
This function can be used to send the payload data to the client.
NOTE
Data sent out will be in chunked-encoding format.
Input Parameters
None
TABLE 124 Input Values
Name Type Description
$server string Server name.
Integer Values of 1 to 1024 for group ID
and 1025 and above for real
server ID
use OS_SLB;
use OS_HTTP_REQUEST;
sub HTTP_REQUEST{
OS_SLB::forward(3);
}
Seitenansicht 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 131 132

Kommentare zu diesen Handbüchern

Keine Kommentare