Uses of Class
com.epam.fixengine.session.messagehandler.HandlerChain
Packages that use HandlerChain
-
Uses of HandlerChain in com.epam.fixengine.session
Fields in com.epam.fixengine.session declared as HandlerChainMethods in com.epam.fixengine.session that return HandlerChainModifier and TypeMethodDescriptionprotected HandlerChain
AbstractFIXSession.getMessageHandlers()
Gets chain of message handlers.Constructors in com.epam.fixengine.session with parameters of type HandlerChainModifierConstructorDescriptionprotected
AbstractFIXSession
(FIXMessageFactory messageFactory, SessionParameters sessionParameters, HandlerChain fixSessionListener) Creates theAbstractFIXSession
.AcceptorFIXSession
(FIXMessageFactory messageFactory, SessionParameters sessionParameters, HandlerChain fixSessionListener, FIXTransport transport) AutoreconnectFIXSession
(FIXMessageFactory factory, SessionParameters sessionParameters, HandlerChain fixSessionListener) InitiatorFIXSession
(FIXMessageFactory factory, SessionParameters sessionParameters, HandlerChain fixSessionListener) Creates theInitiatorFIXSession
. -
Uses of HandlerChain in com.epam.fixengine.session.common
Methods in com.epam.fixengine.session.common with parameters of type HandlerChainModifier and TypeMethodDescriptionprotected 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)