jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: [servlet-spec users] Re: Non-blocking IO and async questions

From: Mark Thomas <markt_at_apache.org>
Date: Fri, 17 May 2013 08:32:30 +0100

On 14/05/2013 13:27, Rémy Maucherat wrote:
> On 05/14/2013 09:24 AM, Greg Wilkins wrote:
>>
>> the good thing about ReadPending and WritePending exceptions are that
>> they are ISE and thus are RuntimeExceptions and don't need to be
>> declared in the signature of complete()
> +1 for the two NIO2 style exceptions.

I'm happy with that too.

Mark