On Aug 11, 2006, at 6:15 PM, netsql wrote:
I extend IoHandlerAdapter, can call it like this via:

   IoConnector _mConnector;
    _mConnector = new SocketConnector();
    ((IoConnectorConfig)
_mConnector.getDefaultConfig()).setConnectTimeout(20);

      IoHandler _pb = new SBPingHandler();

    _mConnector.connect(address, _pb);


But no events fire in Handler. HELP!
What am I missing?

What is the result of the ConnectFuture that IoConnector.connect() returned?

-pete


--
[EMAIL PROTECTED] - http://fotap.org/~osi



Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to