BroadcastIoSession merged into IoSession

2007-09-27 Thread Trustin Lee
Hi folks, I merged the only one method (i.e. write(Object message, SocketAddress remoteAddress)) in BroadcastIoSession, so there's no more BroadcastIoSession. I also explicitly documented it to be an optional operation and therefore calling the method in non-connectionless transports will throw a

Re: BroadcastIoSession merged into IoSession

2007-10-01 Thread mat
Will that be 2.0? On 9/27/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I merged the only one method (i.e. write(Object message, SocketAddress > remoteAddress)) in BroadcastIoSession, so there's no more > BroadcastIoSession. I also explicitly documented it to be an optional > opera

Re: BroadcastIoSession merged into IoSession

2007-10-02 Thread Trustin Lee
On 10/1/07, mat <[EMAIL PROTECTED]> wrote: > Will that be 2.0? Yes. Trustin > On 9/27/07, Trustin Lee <[EMAIL PROTECTED]> wrote: > > > > Hi folks, > > > > I merged the only one method (i.e. write(Object message, SocketAddress > > remoteAddress)) in BroadcastIoSession, so there's no more > > Broa