biz.onixs.fix.engine.transport
Class Connector

java.lang.Object
  extended by biz.onixs.fix.engine.transport.Connector

public class Connector
extends Object


Constructor Summary
Connector(Connection handler, InetSocketAddress remote_addr)
           
 
Method Summary
 void connect(Connection handler_, InetSocketAddress remote_addr_, int timeout, int heartBeatInterval)
           
 boolean isReconecting()
           
 int reconnect(SessionImpl sn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connector

public Connector(Connection handler,
                 InetSocketAddress remote_addr)
Method Detail

isReconecting

public boolean isReconecting()

reconnect

public int reconnect(SessionImpl sn)

connect

public void connect(Connection handler_,
                    InetSocketAddress remote_addr_,
                    int timeout,
                    int heartBeatInterval)
             throws IOException
Throws:
IOException


Copyright © 2005-2012 Onix Solutions. All Rights Reserved.