Brocade Virtual ADX OpenScript API Guide (Supporting ADX v Manual de usuario Pagina 116

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 132
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 115
104 Brocade Virtual ADX OpenScript API Guide
53-1003243-01
Methods
7
Return Values
None.
Example
OS _SLB:: send_to_server
Description
Causes the system send the collected payload to the server.
Context
This function can be called from an HTTP request event.
Usage
This function can be used to send the payload data to the server.
NOTE
Data sent out will be in chunked-encoding format.
Input Parameters
None
Return Values
None.
use OS_SLB;
use OS_TCP
sub TCP_SERVER_ESTABLISHED{
OS_TCP::collect;
}
sub TCP_SERVER_DATA {
OS_SLB::send_to_client;
}
Vista de pagina 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 131 132

Comentarios a estos manuales

Sin comentarios