Sun Java System Web Server 7.0 Update 4 NSAPI Developer's Guide

remove() Function

The remove filter method is called when the filter stack is destroyed, or when a filter is removed from a filter stack by the filter_remove function or remove-filter SAF.


Note –

Waiting until the remove method is invoked might be too late to flush buffered data. For this reason, filters that buffer outgoing data should implement the flush filter method.


Syntax

void remove(FilterLayer *layer);

Return Values

void

Parameters

FilterLayer *layer is the filter layer in which the filter is installed.

See Also

flush() Function, filter_remove() Function, filter_create() Function