Uses of Class
com.epam.fixengine.session.messagehandler.HandlerChain

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)
           
 



Copyright © 2000-2014 EPAM Systems. All Rights Reserved.