On 11/6/07, Francesca Milan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> do you know if is possible to write a message from a Mina SocketAcceptor?
> Do I get and use the IoSession object from my SocketAcceptor handler?

you can get the list of the sessions managed by SocketAcceptor
(IoAcceptor) using IoService.getManagedSessions() IIRC.

Otherwise, you could maintain the reference to your IoHandler
implementation so you can get the reference of the IoSession.

HTH,
Trustin
-- 
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP Key ID: 0x0255ECA6

Reply via email to