Class ConnectionFactoryTransport

    • Constructor Detail

      • ConnectionFactoryTransport

        public ConnectionFactoryTransport()
        Creates a new connection factory transport.
      • ConnectionFactoryTransport

        public ConnectionFactoryTransport​(int ioThreads)
        Creates a new connection factory transport.
        Parameters:
        ioThreads - number of threads used for I/O in the event loop group
      • ConnectionFactoryTransport

        public ConnectionFactoryTransport​(String name,
                                          int ioThreads)
        Creates a new connection factory transport.
        Parameters:
        name - to assign the thread pool
        ioThreads - number of threads used for I/O in the event loop group
      • ConnectionFactoryTransport

        public ConnectionFactoryTransport​(int ioThreads,
                                          int messageThreads)
        Creates a new connection factory transport.
        Parameters:
        ioThreads - number of threads used for I/O in the event loop group
        messageThreads - number of threads for LDAP message handling in the event loop group
      • ConnectionFactoryTransport

        public ConnectionFactoryTransport​(String name,
                                          int ioThreads,
                                          int messageThreads)
        Creates a new connection factory transport.
        Parameters:
        name - to assign the thread pool
        ioThreads - number of threads used for I/O in the event loop group
        messageThreads - number of threads for LDAP message handling in the event loop group