Sun Java System Web Proxy Server 4.0.11 NSAPI Developer'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 4, NSAPI Function Reference