Package | Description |
---|---|
com.epam.fixengine.session | |
com.epam.fixengine.session.common |
Modifier and Type | Field and Description |
---|---|
protected HandlerChain |
AbstractFIXSession.listener |
Modifier and Type | Method and Description |
---|---|
protected HandlerChain |
AbstractFIXSession.getMessageHandlers()
Gets chain of message handlers.
|
Constructor and Description |
---|
AbstractFIXSession(FIXMessageFactory messageFactory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener)
Creates the
AbstractFIXSession . |
AcceptorFIXSession(FIXMessageFactory messageFactory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener,
FIXTransport transport) |
AutoreconnectFIXSession(FIXMessageFactory factory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener) |
InitiatorFIXSession(FIXMessageFactory factory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener)
Creates the
InitiatorFIXSession . |
Modifier and Type | Method and Description |
---|---|
protected ExtendedFIXSession |
AbstractFIXSessionFactory.getAcceptorSession(SessionParameters details,
FIXTransport transport,
HandlerChain chain) |
protected ExtendedFIXSession |
AbstractFIXSessionFactory.getInitiatorSession(SessionParameters details,
HandlerChain chain) |
protected void |
AbstractFIXSessionFactory.setGlobalSystemHandlers(HandlerChain chain,
SessionParameters details) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.