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 HandlerChainAbstractFIXSession.getMessageHandlers()Gets chain of message handlers.Constructors in com.epam.fixengine.session with parameters of type HandlerChainModifierConstructorDescriptionprotectedAbstractFIXSession(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 ExtendedFIXSessionAbstractFIXSessionFactory.getAcceptorSession(SessionParameters details, FIXTransport transport, HandlerChain chain) protected ExtendedFIXSessionAbstractFIXSessionFactory.getInitiatorSession(SessionParameters details, HandlerChain chain) protected voidAbstractFIXSessionFactory.setGlobalSystemHandlers(HandlerChain chain, SessionParameters details)