Kaspar Luethi wrote: >> Wouldn't it be more elegant if you could do session.closeForInput() >> in messageReceive() ? > > > i think ProtocolSession is gone since 0.9, but 0.8 should also have > the suspendRead() method, which probably does what you need. > > "A shortcut method for setTrafficMask(TrafficMask) that suspends > read operations for this session." > setTrafficMask() and the shortcuts suspendRead()/resumeRead()/... are not included in 0.8. You will have to use the unstable 0.9 if you need that.
/Niklas
