readPipeCallback

readPipeCallback(pipe: Connection;
                 msg:  Binary) updating;

The readPipeCallback method of the JadeInternetTCPIPConnection class is called to perform Web session evaluation processing when data is available on the TCP/IP connection. This method receives the initial data sent by the TCP/IP connection and it then calls the readDataWithLength method to accumulate the rest of the message.

The readPipeCallback method handles the file transfer read and write actions so that the message can be read in small pieces. If you reimplement this method, it must call inheritMethod so that any file transfers are processed.

An exception is raised if this method is invoked from a server method when the server node is not running under a Windows operating system that supports services.