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

Example

int myfilter_read(FilterLayer *layer, void *buf, int amount, 
int timeout){        return net_read(layer->lower, buf, amount, timeout);}