Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods [v3]

2021-05-19 Thread Julia Boes
On Wed, 19 May 2021 10:21:02 GMT, Julia Boes wrote: >> The filter operation `Consumer` that is passed to the factory methods can >> throw an unchecked exception. This change adds a note on the exception >> handling in that case. It also adds a clarification to >> `Filter::afterHandler` on the

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods [v3]

2021-05-19 Thread Julia Boes
> The filter operation `Consumer` that is passed to the factory methods can > throw an unchecked exception. This change adds a note on the exception > handling in that case. It also adds a clarification to `Filter::afterHandler` > on the relation of the filter operation and the client receiving

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods [v2]

2021-05-19 Thread Michael McMahon
On Wed, 19 May 2021 09:19:56 GMT, Julia Boes wrote: >> The filter operation `Consumer` that is passed to the factory methods can >> throw an unchecked exception. This change adds a note on the exception >> handling in that case. It also adds a clarification to >> `Filter::afterHandler` on the

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods [v2]

2021-05-19 Thread Julia Boes
> The filter operation `Consumer` that is passed to the factory methods can > throw an unchecked exception. This change adds a note on the exception > handling in that case. It also adds a clarification to `Filter::afterHandler` > on the relation of the filter operation and the client receiving

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods

2021-05-19 Thread Daniel Fuchs
On Tue, 18 May 2021 09:34:25 GMT, Julia Boes wrote: > The filter operation `Consumer` that is passed to the factory methods can > throw an unchecked exception. This change adds a note on the exception > handling in that case. It also adds a clarification to `Filter::afterHandler` > on the

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods

2021-05-19 Thread Chris Hegarty
On Tue, 18 May 2021 09:49:26 GMT, Daniel Fuchs wrote: >> The filter operation `Consumer` that is passed to the factory methods can >> throw an unchecked exception. This change adds a note on the exception >> handling in that case. It also adds a clarification to >> `Filter::afterHandler` on

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods

2021-05-19 Thread Chris Hegarty
On Tue, 18 May 2021 09:34:25 GMT, Julia Boes wrote: > The filter operation `Consumer` that is passed to the factory methods can > throw an unchecked exception. This change adds a note on the exception > handling in that case. It also adds a clarification to `Filter::afterHandler` > on the

Re: RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods

2021-05-19 Thread Daniel Fuchs
On Tue, 18 May 2021 09:34:25 GMT, Julia Boes wrote: > The filter operation `Consumer` that is passed to the factory methods can > throw an unchecked exception. This change adds a note on the exception > handling in that case. It also adds a clarification to `Filter::afterHandler` > on the

RFR: 8267262: com/sun/net/httpserver/Filter improve API documentation of static methods

2021-05-19 Thread Julia Boes
The filter operation `Consumer` that is passed to the factory methods can throw an unchecked exception. This change adds a note on the exception handling in that case. It also adds a clarification to `Filter::afterHandler` on the relation of the filter operation and the client receiving the