Package | Description |
---|---|
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 |
---|---|
protected EventHandlingStrategy |
ThreadedSocketInitiator.getEventHandlingStrategy() |
protected EventHandlingStrategy |
ThreadedSocketAcceptor.getEventHandlingStrategy() |
protected EventHandlingStrategy |
SocketInitiator.getEventHandlingStrategy() |
protected EventHandlingStrategy |
SocketAcceptor.getEventHandlingStrategy() |
Modifier and Type | Class and Description |
---|---|
class |
SingleThreadedEventHandlingStrategy
Processes messages for all sessions in a single thread.
|
class |
ThreadPerSessionEventHandlingStrategy
Processes messages in a session-specific thread.
|
Constructor and Description |
---|
AbstractIoHandler(NetworkingOptions options,
EventHandlingStrategy eventHandlingStrategy) |
Modifier and Type | Method and Description |
---|---|
protected abstract EventHandlingStrategy |
AbstractSocketAcceptor.getEventHandlingStrategy() |
Modifier and Type | Method and Description |
---|---|
protected abstract EventHandlingStrategy |
AbstractSocketInitiator.getEventHandlingStrategy() |
Constructor and Description |
---|
IoSessionInitiator(Session fixSession,
SocketAddress[] socketAddresses,
SocketAddress localAddress,
int[] reconnectIntervalInSeconds,
ScheduledExecutorService executor,
NetworkingOptions networkingOptions,
EventHandlingStrategy eventHandlingStrategy,
org.apache.mina.core.filterchain.IoFilterChainBuilder userIoFilterChainBuilder,
boolean sslEnabled,
SSLConfig sslConfig,
String proxyType,
String proxyVersion,
String proxyHost,
int proxyPort,
String proxyUser,
String proxyPassword,
String proxyDomain,
String proxyWorkstation) |
Copyright © 2021. All rights reserved.