Package quickfix.mina

MINA-related networking code.

See:
          Description

Interface Summary
EventHandlingStrategy An interface implemented by various FIX event handling strategies.
 

Class Summary
AbstractIoHandler Abstract class used for acceptor and initiator IO handlers.
CompositeIoFilterChainBuilder (For internal usage only.)
IoSessionResponder The class that partially integrates the QuickFIX/J Session to a the MINA networking code.
NetworkingOptions This class holds the QFJ settings information related to networking options.
ProtocolFactory A utility class for creating addresses and connection-related objects based on the MINA transport type.
SessionConnector An abstract base class for acceptors and initiators.
SingleThreadedEventHandlingStrategy Processes messages for all sessions in a single thread.
ThreadPerSessionEventHandlingStrategy Processes messages in a session-specific thread.
 

Exception Summary
CriticalProtocolCodecException This type of exception usually requires a disconnect of the connection.
 

Package quickfix.mina Description

MINA-related networking code. Contains common code for MINA-based acceptors and initiators.