Alright I assume this is how you do it. Can someone confirm? IoConnector connector = new SocketConnector() BaseIoConnectorConfig connectorConfig = new SocketConnectorConfig();
connectorConfig.setConnectTimeout( connectTimeOut ); connector.connect( host, sessionHandler, connectorConfig ); Thanks, S.D. --- Samuel Doyle <[EMAIL PROTECTED]> wrote: > It appears that the SocketConnector parent class > org.apache.mina.common.support.DelegatedIoConnector > is > missing from the javadocs. > > S.D. > > --- Samuel Doyle <[EMAIL PROTECTED]> wrote: > > > Where did this go? What should I use to replace > it? > > > > Thanks, S.D. > > > >
