|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HandlerChain | |
|---|---|
| com.epam.fixengine.session | |
| com.epam.fixengine.session.common | |
| Uses of HandlerChain in com.epam.fixengine.session |
|---|
| Fields in com.epam.fixengine.session declared as HandlerChain | |
|---|---|
protected HandlerChain |
AbstractFIXSession.listener
|
| Methods in com.epam.fixengine.session that return HandlerChain | |
|---|---|
protected HandlerChain |
AbstractFIXSession.getMessageHandlers()
Gets chain of message handlers. |
| Constructors in com.epam.fixengine.session with parameters of type HandlerChain | |
|---|---|
AbstractFIXSession(FIXMessageFactory messageFactory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener)
Creates the AbstractFIXSession . |
|
AcceptorFIXSession(FIXMessageFactory messageFactory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener,
FIXTransport transport)
|
|
BackupFIXSession(FIXMessageFactory factory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener)
|
|
InitiatorFIXSession(FIXMessageFactory factory,
SessionParameters sessionParameters,
HandlerChain fixSessionListener)
Creates the InitiatorFIXSession. |
|
| Uses of HandlerChain in com.epam.fixengine.session.common |
|---|
| Methods in com.epam.fixengine.session.common with parameters of type HandlerChain | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||