biz.onixs.fix.engine.transport
Class Connection

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

public class Connection
extends Object


Nested Class Summary
 class Connection.Sender
           
 
Constructor Summary
Connection(SessionImpl sn, SocketFactory socketFactory)
           
Connection(Socket socket, SessionManager sessionManager)
           
 
Method Summary
 int close(int num)
           
 SessionImpl getSession()
           
 SocketConnector getSocketConnector()
           
 void setConnector(Connector connector)
           
 void startDaemonThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection(Socket socket,
                  SessionManager sessionManager)
           throws IOException
Throws:
IOException

Connection

public Connection(SessionImpl sn,
                  SocketFactory socketFactory)
           throws IOException
Throws:
IOException
Method Detail

getSession

public SessionImpl getSession()

close

public int close(int num)

setConnector

public void setConnector(Connector connector)

getSocketConnector

public SocketConnector getSocketConnector()

startDaemonThread

public void startDaemonThread()


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