Package | Description |
---|---|
org.quickfixj.jmx.mbean.session | |
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 |
SessionJmxExporter.register(JmxExporter jmxExporter,
Session session,
ObjectName connectorName,
SessionSettings settings) |
Constructor and Description |
---|
SessionAdmin(Session session,
ObjectName connectorName,
ObjectName settingsName) |
Modifier and Type | Method and Description |
---|---|
Session |
SessionFactory.create(SessionID sessionID,
SessionSettings settings) |
Session |
DefaultSessionFactory.create(SessionID sessionID,
SessionSettings settings) |
static Session |
Session.lookupSession(SessionID sessionID)
Locates a session specified by the provided session ID.
|
Modifier and Type | Method and Description |
---|---|
static Message |
MessageUtils.parse(Session session,
String messageString)
NOTE: This method is intended for internal use.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
SessionConnector.createSession(SessionID sessionID) |
protected Session |
AbstractIoHandler.findQFSession(org.apache.mina.core.session.IoSession ioSession,
SessionID sessionID) |
Modifier and Type | Method and Description |
---|---|
List<Session> |
SessionConnector.getManagedSessions()
Get the list of session managed by this connector.
|
protected Map<SessionID,Session> |
SessionConnector.getSessionMap()
This is for subclasses to directly access the session map.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionConnector.addDynamicSession(Session inSession) |
void |
ThreadPerSessionEventHandlingStrategy.onMessage(Session quickfixSession,
Message message) |
void |
SingleThreadedEventHandlingStrategy.onMessage(Session quickfixSession,
Message message) |
void |
EventHandlingStrategy.onMessage(Session quickfixSession,
Message message) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionConnector.setSessions(Map<SessionID,Session> sessions) |
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.
|
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.