Sun Java System Web Server 6.1 SP11 NSAPI Programmer's Guide

flush

The flush filter method is called when a filter or SAF calls the net_flush function. The flush method should pass any buffered data to the next filter by calling net_write(layer->lower, ...). The flush method is optional, but it should be implemented by any filter that buffers outgoing data.

See Also

flush in Chapter 7, NSAPI Function Reference