| 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 | 
|---|
| SessionSettingsAdmin(SessionID sessionID,
                    SessionSettings settings) | 
| Modifier and Type | Method and Description | 
|---|---|
| Product | AbstractSessionConnectorBuilder. build() | 
| SessionSchedule | SessionScheduleFactory. create(SessionID sessionID,
      SessionSettings settings) | 
| Session | SessionFactory. create(SessionID sessionID,
      SessionSettings settings) | 
| SessionSchedule | DefaultSessionScheduleFactory. create(SessionID sessionID,
      SessionSettings settings) | 
| Session | DefaultSessionFactory. create(SessionID sessionID,
      SessionSettings settings) | 
| protected ThreadedSocketInitiator | ThreadedSocketInitiator.Builder. doBuild() | 
| protected ThreadedSocketAcceptor | ThreadedSocketAcceptor.Builder. doBuild() | 
| protected SocketInitiator | SocketInitiator.Builder. doBuild() | 
| protected SocketAcceptor | SocketAcceptor.Builder. doBuild() | 
| protected abstract Product | AbstractSessionConnectorBuilder. doBuild() | 
| Dictionary | SessionSettings. get(SessionID sessionID) | 
| boolean | SessionSettings. getBool(SessionID sessionID,
       String key)Get a settings value as a boolean value. | 
| boolean | SessionSettings. getBool(String key)Gets a boolean value from the default section of the settings. | 
| boolean | Dictionary. getBool(String key) | 
| int | Dictionary. getDay(String key) | 
| double | SessionSettings. getDouble(SessionID sessionID,
         String key)Get a settings value as a double number. | 
| double | SessionSettings. getDouble(String key)Gets a double value from the default section of the settings. | 
| double | Dictionary. getDouble(String key) | 
| int | SessionSettings. getInt(SessionID sessionID,
      String key)Get a settings value as an integer. | 
| int | SessionSettings. getInt(String key)Gets an int from the default section of settings. | 
| long | SessionSettings. getLong(SessionID sessionID,
       String key)Get a settings value as a long integer. | 
| long | SessionSettings. getLong(String key)Gets a long from the default section of settings. | 
| long | Dictionary. getLong(String key) | 
| Properties | SessionSettings. getSessionProperties(SessionID sessionID)Return the settings for a session as a Properties object. | 
| Properties | SessionSettings. getSessionProperties(SessionID sessionID,
                    boolean includeDefaults)Return the settings for a session as a Properties object. | 
| String | SessionSettings. getString(SessionID sessionID,
         String key)Get a settings string. | 
| String | SessionSettings. getString(String key)Gets a string from the default section of the settings. | 
| String | Dictionary. getString(String key) | 
| String | Dictionary. getString(String key,
         boolean capitalize) | 
| void | SessionSettings. set(Dictionary dictionary) | 
| void | SessionSettings. set(SessionID sessionID,
   Dictionary dictionary) | 
| void | ThreadedSocketInitiator. start() | 
| void | ThreadedSocketAcceptor. start() | 
| void | SocketInitiator. start() | 
| void | SocketAcceptor. start() | 
| void | Connector. start()Start accepting connections. | 
| static int | DayConverter. toInteger(String dayName)Convert a day name (possibly abbreviated) to an offset. | 
| static String | DayConverter. toString(int dayOffset)Convert a day offset into a day name. | 
| Derived | AbstractSessionConnectorBuilder. withApplication(Application val) | 
| Derived | AbstractSessionConnectorBuilder. withLogFactory(LogFactory val) | 
| Derived | AbstractSessionConnectorBuilder. withMessageFactory(MessageFactory val) | 
| Derived | AbstractSessionConnectorBuilder. withMessageStoreFactory(MessageStoreFactory val) | 
| Derived | AbstractSessionConnectorBuilder. withQueueCapacity(int val) | 
| Derived | AbstractSessionConnectorBuilder. withQueueWatermarks(int lower,
                   int upper) | 
| ThreadedSocketInitiator.Builder | ThreadedSocketInitiator.Builder. withReconnectThreads(int numReconnectThreads) | 
| SocketInitiator.Builder | SocketInitiator.Builder. withReconnectThreads(int numReconnectThreads) | 
| Constructor and Description | 
|---|
| DataDictionary(InputStream in)Initialize a data dictionary from an input stream. | 
| DataDictionary(InputStream in,
              Supplier<DocumentBuilderFactory> documentBuilderFactorySupplier)Initialize a data dictionary from an input stream. | 
| DataDictionary(String location)Initialize a data dictionary from a URL or a file path. | 
| DataDictionary(String location,
              Supplier<DocumentBuilderFactory> documentBuilderFactorySupplier)Initialize a data dictionary from a URL or a file path. | 
| DefaultSessionSchedule(SessionSettings settings,
                      SessionID sessionID) | 
| SessionSettings(InputStream stream)Loads session settings from an input stream. | 
| SessionSettings(InputStream stream,
               Properties variableValues)Loads session settings from an input stream with custom source of variable values in the settings. | 
| SessionSettings(List<String> listValues)Loads session settings from a list of strings. | 
| SessionSettings(List<String> listValues,
               Properties variableValues)Loads session settings from a list of strings with custom source of variable values in the settings. | 
| SessionSettings(String filename)Loads session settings from a file. | 
| SessionSettings(String filename,
               Properties variableValues)Loads session settings from a file with custom source of variable values in the settings. | 
| SocketAcceptor(Application application,
              MessageStoreFactory messageStoreFactory,
              SessionSettings settings,
              LogFactory logFactory,
              MessageFactory messageFactory) | 
| SocketAcceptor(Application application,
              MessageStoreFactory messageStoreFactory,
              SessionSettings settings,
              LogFactory logFactory,
              MessageFactory messageFactory,
              int queueCapacity) | 
| SocketAcceptor(Application application,
              MessageStoreFactory messageStoreFactory,
              SessionSettings settings,
              MessageFactory messageFactory) | 
| SocketAcceptor(Application application,
              MessageStoreFactory messageStoreFactory,
              SessionSettings settings,
              MessageFactory messageFactory,
              int queueCapacity) | 
| SocketAcceptor(SessionFactory sessionFactory,
              SessionSettings settings) | 
| SocketAcceptor(SessionFactory sessionFactory,
              SessionSettings settings,
              int queueCapacity) | 
| SocketInitiator(Application application,
               MessageStoreFactory messageStoreFactory,
               SessionSettings settings,
               LogFactory logFactory,
               MessageFactory messageFactory) | 
| SocketInitiator(Application application,
               MessageStoreFactory messageStoreFactory,
               SessionSettings settings,
               LogFactory logFactory,
               MessageFactory messageFactory,
               int queueCapacity) | 
| SocketInitiator(Application application,
               MessageStoreFactory messageStoreFactory,
               SessionSettings settings,
               MessageFactory messageFactory) | 
| SocketInitiator(Application application,
               MessageStoreFactory messageStoreFactory,
               SessionSettings settings,
               MessageFactory messageFactory,
               int queueCapacity) | 
| SocketInitiator(SessionFactory sessionFactory,
               SessionSettings settings,
               int queueCapacity) | 
| ThreadedSocketAcceptor(Application application,
                      MessageStoreFactory messageStoreFactory,
                      SessionSettings settings,
                      LogFactory logFactory,
                      MessageFactory messageFactory) | 
| ThreadedSocketAcceptor(Application application,
                      MessageStoreFactory messageStoreFactory,
                      SessionSettings settings,
                      LogFactory logFactory,
                      MessageFactory messageFactory,
                      int queueCapacity) | 
| ThreadedSocketAcceptor(Application application,
                      MessageStoreFactory messageStoreFactory,
                      SessionSettings settings,
                      MessageFactory messageFactory) | 
| ThreadedSocketAcceptor(Application application,
                      MessageStoreFactory messageStoreFactory,
                      SessionSettings settings,
                      MessageFactory messageFactory,
                      int queueCapacity) | 
| ThreadedSocketAcceptor(SessionFactory sessionFactory,
                      SessionSettings settings) | 
| ThreadedSocketAcceptor(SessionFactory sessionFactory,
                      SessionSettings settings,
                      int queueCapacity) | 
| ThreadedSocketInitiator(Application application,
                       MessageStoreFactory messageStoreFactory,
                       SessionSettings settings,
                       LogFactory logFactory,
                       MessageFactory messageFactory) | 
| ThreadedSocketInitiator(Application application,
                       MessageStoreFactory messageStoreFactory,
                       SessionSettings settings,
                       LogFactory logFactory,
                       MessageFactory messageFactory,
                       int queueCapacity) | 
| ThreadedSocketInitiator(Application application,
                       MessageStoreFactory messageStoreFactory,
                       SessionSettings settings,
                       MessageFactory messageFactory) | 
| ThreadedSocketInitiator(Application application,
                       MessageStoreFactory messageStoreFactory,
                       SessionSettings settings,
                       MessageFactory messageFactory,
                       int queueCapacity) | 
| ThreadedSocketInitiator(SessionFactory sessionFactory,
                       SessionSettings settings) | 
| ThreadedSocketInitiator(SessionFactory sessionFactory,
                       SessionSettings settings,
                       int queueCapacity) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.mina.core.service.IoConnector | ProtocolFactory. createIoConnector(SocketAddress address) | 
| static org.apache.mina.proxy.ProxyConnector | ProtocolFactory. createIoProxyConnector(org.apache.mina.transport.socket.SocketConnector socketConnector,
                      InetSocketAddress address,
                      InetSocketAddress proxyAddress,
                      String proxyType,
                      String proxyVersion,
                      String proxyUser,
                      String proxyPassword,
                      String proxyDomain,
                      String proxyWorkstation) | 
| protected Session | SessionConnector. createSession(SessionID sessionID) | 
| static SocketAddress | ProtocolFactory. createSocketAddress(int transportType,
                   String host,
                   int port) | 
| protected int | SessionConnector. getIntSetting(String key) | 
| Constructor and Description | 
|---|
| SessionConnector(SessionSettings settings,
                SessionFactory sessionFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractSocketAcceptor. startAcceptingConnections() | 
| Constructor and Description | 
|---|
| AbstractSocketAcceptor(Application application,
                      MessageStoreFactory messageStoreFactory,
                      SessionSettings settings,
                      LogFactory logFactory,
                      MessageFactory messageFactory) | 
| AbstractSocketAcceptor(Application application,
                      MessageStoreFactory messageStoreFactory,
                      SessionSettings settings,
                      MessageFactory messageFactory) | 
| AbstractSocketAcceptor(SessionSettings settings,
                      SessionFactory sessionFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractSocketInitiator. createDynamicSession(SessionID sessionID) | 
| protected void | AbstractSocketInitiator. createSessionInitiators() | 
| Constructor and Description | 
|---|
| AbstractSocketInitiator(Application application,
                       MessageStoreFactory messageStoreFactory,
                       SessionSettings settings,
                       LogFactory logFactory,
                       MessageFactory messageFactory) | 
| AbstractSocketInitiator(Application application,
                       MessageStoreFactory messageStoreFactory,
                       SessionSettings settings,
                       LogFactory logFactory,
                       MessageFactory messageFactory,
                       int numReconnectThreads) | 
| AbstractSocketInitiator(SessionSettings settings,
                       SessionFactory sessionFactory) | 
| AbstractSocketInitiator(SessionSettings settings,
                       SessionFactory sessionFactory,
                       int numReconnectThreads) | 
| 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.