com.epam.fixengine
Class DefaultSessionTransportFactory
java.lang.Object
com.epam.fixengine.DefaultSessionTransportFactory
- All Implemented Interfaces:
- SessionTransportFactory
public class DefaultSessionTransportFactory
- extends Object
- implements SessionTransportFactory
Created by IntelliJ IDEA.
User: wed
Date: 20.08.12
Time: 10:45
To change this template use File | Settings | File Templates.
Field Summary |
protected static Log |
log
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Log log
DefaultSessionTransportFactory
public DefaultSessionTransportFactory()
createInitiatorTransport
public FIXTransport createInitiatorTransport(String host,
int port,
SessionParameters parameters)
- Specified by:
createInitiatorTransport
in interface SessionTransportFactory
createAcceptorTransport
public FIXTransport createAcceptorTransport(Transport transport,
Configuration configuration)
- Specified by:
createAcceptorTransport
in interface SessionTransportFactory
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.