Package | Description |
---|---|
org.quickfixj.jmx.mbean.connector | |
quickfix |
Core QuickFIX/J classes.
|
quickfix.mina |
MINA-related networking code.
|
quickfix.mina.acceptor |
MINA acceptor implementation.
|
quickfix.mina.initiator |
MINA initiator implementation.
|
Modifier and Type | Method and Description |
---|---|
ObjectName |
ConnectorJmxExporter.register(JmxExporter jmxExporter,
SessionConnector connector) |
ObjectName |
ConnectorJmxExporter.register(JmxExporter jmxExporter,
SessionConnector connector,
String connectorId) |
Modifier and Type | Class and Description |
---|---|
class |
SocketAcceptor
Accepts connections and uses a single thread to process messages for all
sessions.
|
class |
SocketInitiator
Initiates connections and uses a single thread to process messages for all
sessions.
|
class |
ThreadedSocketAcceptor
Accepts connections and uses a separate thread per session to process messages.
|
class |
ThreadedSocketInitiator
Initiates connections and uses a separate thread per session to process messages.
|
Modifier and Type | Method and Description |
---|---|
SessionConnector |
ThreadPerSessionEventHandlingStrategy.getSessionConnector()
The SessionConnector is not directly required for thread-per-session handler - we don't multiplex
between multiple sessions here.
|
SessionConnector |
SingleThreadedEventHandlingStrategy.getSessionConnector() |
SessionConnector |
EventHandlingStrategy.getSessionConnector() |
Constructor and Description |
---|
SingleThreadedEventHandlingStrategy(SessionConnector connector,
int queueCapacity) |
SingleThreadedEventHandlingStrategy(SessionConnector connector,
int queueLowerWatermark,
int queueUpperWatermark) |
ThreadPerSessionEventHandlingStrategy(SessionConnector connector,
int queueCapacity) |
ThreadPerSessionEventHandlingStrategy(SessionConnector connector,
int queueLowerWatermark,
int queueUpperWatermark) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketAcceptor
Abstract base class for socket acceptors.
|
Modifier and Type | Method and Description |
---|---|
Session |
DynamicAcceptorSessionProvider.getSession(SessionID sessionID,
SessionConnector sessionConnector) |
Session |
AcceptorSessionProvider.getSession(SessionID sessionID,
SessionConnector connector)
Return a session for this sessionID.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketInitiator
Abstract base class for socket initiators.
|
Copyright © 2021. All rights reserved.