The methods defined in the JadeInternetTCPIPConnection class are summarized in the following table.
Method | Description |
---|---|
openPipeCallback | Initiates an asynchronous read of the opened TCP/IP connection |
readBinary | Reads binary data from the Internet connection and returns when the specified number of bytes has been read or when a block of data is received |
readDataWithLength | Reads data from the Internet TCP/IP connection and returns when the specified length of data is read |
readPipeCallback | Performs Web session evaluation processing |
sendReply | Sends the formatted HyperText Markup Language (HTML) page to the opened Internet TCP/IP connection |
writeBinary | Writes binary data to the Internet TCP/IP connection and returns when the operation is complete |