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

2021-04-28 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

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

2021-04-28 Thread Daniel Fuchs
On Wed, 28 Apr 2021 14:32:30 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 [v5]

2021-04-28 Thread Daniel Fuchs
On Wed, 28 Apr 2021 13:20:23 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 [v5]

2021-04-28 Thread Michael McMahon
On Wed, 28 Apr 2021 13:20:23 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 [v5]

2021-04-28 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

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

2021-04-28 Thread Michael McMahon
On Wed, 28 Apr 2021 11:29:18 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 [v4]

2021-04-28 Thread Daniel Fuchs
On Wed, 28 Apr 2021 11:29:18 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-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 [v4]

2021-04-28 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

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

2021-04-28 Thread Chris Hegarty
On Wed, 28 Apr 2021 11:26:18 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 [v2]

2021-04-26 Thread Julia Boes
On Mon, 26 Apr 2021 14:25:50 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 [v2]

2021-04-26 Thread Daniel Fuchs
On Mon, 26 Apr 2021 14:25:50 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

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

2021-04-26 Thread Julia Boes
On Tue, 13 Apr 2021 15:39:17 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 static Fi

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

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

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

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

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

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

RFR: 8265123: Add static factory methods to com.sun.net.httpserver.Filter

2021-04-14 Thread Julia Boes
Add two static factory methods to com.sun.net.httpserver 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 filterImpl) {}` ---