Re: RFR: 8265123: Add static factory methods to com.sun.net.httpserver.Filter [v3]

2021-04-28 Thread Julia Boes
On Mon, 26 Apr 2021 17:27:13 GMT, Julia Boes wrote: >> Add two static factory methods to com.sun.net.httpserver.Filter that >> facilitate the creation of pre- and post-processing Filters: >> >> `public static Filter beforeResponse(String description, >> Consumer filterImpl) {}` >> `public sta

Re: RFR: 8265123: Add static factory methods to com.sun.net.httpserver.Filter [v3]

2021-04-26 Thread Julia Boes
> Add two static factory methods to com.sun.net.httpserver.Filter that > facilitate the creation of pre- and post-processing Filters: > > `public static Filter beforeResponse(String description, > Consumer filterImpl) {}` > `public static Filter afterResponse(String description, > Consumer fil