I guess my comments was more towards the code that went:
if( message instanceof Integer ){
...
} else if( message instanceof String ){
...
} else if( message instanceof ByteBuffer ){
...
}
and so on. Not so much towards whether or not we need messageSent.
On 7/26/07, Trustin Lee <[EMAIL PROTECTED]> wrote:
On 7/27/07, Mark Webb <[EMAIL PROTECTED]> wrote:
> Isn't this related to a discussion a few months back where there was
talk of
> making the IoFilter and/or IoHandler java generics 'aware'? If that is
the
> case, should we try that route?
It's about whether to support messageSent event or not. As long as we
support messageSent event, there's no reduced complexity.
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6
--
..Cheers
Mark