| Interface | Description |
|---|---|
| EventHandlingStrategy |
An interface implemented by various FIX event handling strategies.
|
| Class | Description |
|---|---|
| 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
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.
|
| ThreadPerSessionEventHandlingStrategy.ThreadAdapter |
A stand-in for the Thread class that delegates to an Executor.
|
| WatermarkTracker<E,S> |
A blocking queue wrapper implementing watermarks-based back pressure propagation
from the queue sink to one or more logical sources.
|
| Exception | Description |
|---|---|
| CriticalProtocolCodecException |
This type of exception usually requires a disconnect of the connection.
|
Copyright © 2021. All rights reserved.