Sun Java System Web Proxy Server 4.0.3 2006Q2 NSAPI Developer's Guide

Load and Initialize the Filter

For each shared library (plugin) containing custom SAFs to be loaded into the Sun Java System Web Proxy Server, add an Init directive that invokes the load-modules SAF to obj.conf. The syntax for a directive that loads a filter plugin is:

Init fn=load-modules shlib=[path]sharedlibname NativeThread="no"

When the server encounters such a directive, it calls the plugin’s nsapi_module_init function to initialize the filter.