Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » StreamHTTPParms interface

 

getOutputBufferSize method

Returns the size, in bytes, of the output buffer used to store data before it is sent to the MobiLink server.

Syntax
int StreamHTTPParms.getOutputBufferSize()
Remarks

Increasing this value may reduce the number of network flushes needed to send a large upload at the cost of increased memory use. In HTTP, each flush sends a large (approximately 250 bytes) HTTP header; reducing the number of flushes can reduce the bandwidth use.

See also
Returns

The integer containing the buffer size.